#F0D69C

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

Shades of Splash #F0D69C

Tints of Splash #F0D69C

Color information

#F0D69C (or 0xF0D69C) is unknown color: approx Splash. HEX triplet: F0, D6 and 9C. RGB value is (240,214,156). Sum of RGB (Red+Green+Blue) = 240+214+156=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D69C is #0F2963. Grayscale: #D7D7D7. Windows color (decimal): -993636 or 10278640. OLE color: 10278640.

HSL color Cylindrical-coordinate representation of color #F0D69C: hue angle of 41.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0D69C is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240214156-
CMYK00.110.350.06
HSL41.43º73.68%77.65%-
HSV(B)41.43º35%94.12%-
XYZ65.9869.0241.3-
YUV215.1694.61145.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 156 (61.33% from 255) = 25.57%
R=39.34%
G=35.08%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021415600.110.350.0641.4373.6877.65
HexF0D69C0B236294a4e
Octal36032623401343651112116
Binary1111000011010110100111000101110001111010100110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D69C; }

 p { color: rgb(240,214,156); }

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

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

 a { background-color: rgb(240,214,156); }

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

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

 span { border-color: rgb(240,214,156); }

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