#F2D19C

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

Shades of Splash #F2D19C

Tints of Splash #F2D19C

Color information

#F2D19C (or 0xF2D19C) is unknown color: approx Splash. HEX triplet: F2, D1 and 9C. RGB value is (242,209,156). Sum of RGB (Red+Green+Blue) = 242+209+156=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D19C is #0D2E63. Grayscale: #D5D5D5. Windows color (decimal): -863844 or 10277362. OLE color: 10277362.

HSL color Cylindrical-coordinate representation of color #F2D19C: hue angle of 36.98º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2D19C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242209156-
CMYK00.140.360.05
HSL36.98º76.79%78.04%-
HSV(B)36.98º35.54%94.9%-
XYZ65.4266.8840.91-
YUV212.8295.93148.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 156 (61.33% from 255) = 25.70%
R=39.87%
G=34.43%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220915600.140.360.0536.9876.7978.04
HexF2D19C0E245254d4e
Octal36232123401644545115116
Binary1111001011010001100111000111010010010110010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D19C; }

 p { color: rgb(242,209,156); }

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

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

 a { background-color: rgb(242,209,156); }

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

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

 span { border-color: rgb(242,209,156); }

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