#F2DE88

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

Shades of Buff #F2DE88

Tints of Buff #F2DE88

Color information

#F2DE88 (or 0xF2DE88) is unknown color: approx Buff. HEX triplet: F2, DE and 88. RGB value is (242,222,136). Sum of RGB (Red+Green+Blue) = 242+222+136=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DE88 is #0D2177. Grayscale: #DADADA. Windows color (decimal): -860536 or 8969970. OLE color: 8969970.

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

Color convert

RGB242222136-
CMYK00.080.440.05
HSL48.68º80.3%74.12%-
HSV(B)48.68º43.8%94.9%-
XYZ67.1872.933.82-
YUV218.1881.63144.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 136 (53.52% from 255) = 22.67%
R=40.33%
G=37%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222213600.080.440.0548.6880.374.12
HexF2DE88082C531504a
Octal36233621001054561120112
Binary1111001011011110100010000100010110010111000110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DE88; }

 p { color: rgb(242,222,136); }

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

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

 a { background-color: rgb(242,222,136); }

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

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

 span { border-color: rgb(242,222,136); }

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