#F2D696

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

Shades of Splash #F2D696

Tints of Splash #F2D696

Color information

#F2D696 (or 0xF2D696) is unknown color: approx Splash. HEX triplet: F2, D6 and 96. RGB value is (242,214,150). Sum of RGB (Red+Green+Blue) = 242+214+150=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D696 is #0D2969. Grayscale: #D7D7D7. Windows color (decimal): -862570 or 9885426. OLE color: 9885426.

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

Color convert

RGB242214150-
CMYK00.120.380.05
HSL41.74º77.97%76.86%-
HSV(B)41.74º38.02%94.9%-
XYZ66.1769.1738.72-
YUV215.0891.28147.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 150 (58.98% from 255) = 24.75%
R=39.93%
G=35.31%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221415000.120.380.0541.7477.9776.86
HexF2D6960C2652a4e4d
Octal36232622601446552116115
Binary1111001011010110100101100110010011010110101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D696; }

 p { color: rgb(242,214,150); }

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

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

 a { background-color: rgb(242,214,150); }

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

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

 span { border-color: rgb(242,214,150); }

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