#F2F3A7

Color #F2F3A7 Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F2F3A7

Tints of Shalimar #F2F3A7

Color information

#F2F3A7 (or 0xF2F3A7) is unknown color: approx Shalimar. HEX triplet: F2, F3 and A7. RGB value is (242,243,167). Sum of RGB (Red+Green+Blue) = 242+243+167=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 167 (65.62% from 255 or 25.61% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F3A7 is #0D0C58. Grayscale: #EAEAEA. Windows color (decimal): -855129 or 11006962. OLE color: 11006962.

HSL color Cylindrical-coordinate representation of color #F2F3A7: hue angle of 60.79º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2F3A7 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242243167-
CMYK0.0000.310.05
HSL60.79º76%80.39%-
HSV(B)60.79º31.28%95.29%-
XYZ75.6485.7749.13-
YUV234.0490.17133.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 37.12%
GREEN value IS 243 (95.31% from 255) = 37.27%
BLUE value IS 167 (65.62% from 255) = 25.61%
R=37.12%
G=37.27%
B=25.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422431670.0000.310.0560.797680.39
HexF2F3A7001F53d4c50
Octal3623632470037575114120
Binary111100101111001110100111001111110111110110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3A7; }

 p { color: rgb(242,243,167); }

 H1.HeaderClassName
 {
   color: #F2F3A7;
 }
 .AnyTagClassName
 {
   color: #F2F3A7;
 }
</style>
background-color css

<style>
 a { background-color: #F2F3A7; }

 a { background-color: rgb(242,243,167); }

 div.DivClassName
 {
   background-color: #F2F3A7;
 }
 .BgClassName
 {
   background-color: #F2F3A7;
 }
</style>
border-color css

<style>
 span { border-color: #F2F3A7; }

 span { border-color: rgb(242,243,167); }

 td.TdClassName
 {
   border-color: #F2F3A7;
 }
 .TagClassName
 {
   border-color: #F2F3A7;
 }
</style>