Html Css Color HEX #F2DC88 Buff

📋 copy color: '#F2DC88'

red 242 ◦ green 220 ◦ blue 136

#F2DC88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buff #F2DC88

Tints of Buff #F2DC88

RGB

 RED value IS 242 (94.92% from 255) = 40.47%

 GREEN value IS 220 (86.33% from 255) = 36.79%

 BLUE value IS 136 (53.52% from 255) = 22.74%

R = 40.47%
G = 36.79%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F2DC88 (or 0xF2DC88) is known color: Buff. HEX triplet: F2, DC and 88. RGB value is (242,220,136). Sum of RGB (Red+Green+Blue) = 242+220+136=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC88 is #0D2377. Grayscale: #D9D9D9. Windows color (decimal): -861048 or 8969458. OLE color: 8969458.

HSL color Cylindrical-coordinate representation of color #F2DC88: hue angle of 47.55º 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 #F2DC88 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 136 -
CMYK 0 0.09 0.44 0.05
HSL 47.55º 0.8% 0.74% -
HSV(B) 47.55º 0.44% 0.95% -
XYZ 66.66 71.84 33.65 -
YUV 217 82.29 145.83 -
System Red Green Blue C M Y K H S L
Decimal 242 220 136 0 0.09 0.44 0.05 47.55 0.8 0.74
Hex F2 DC 88 0 9 2C 5 30 50 4A
Octal 362 334 210 0 11 54 5 60 120 112
Binary 11110010 11011100 10001000 0 1001 101100 101 110000 1010000 1001010

Color Harmonies of #F2DC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC88

Black with #F2DC88

Text Example


Text Example

White with #F2DC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC88; }

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

 H1.HeaderClassName
 {
   color: #F2DC88;
 }
 .AnyTagClassName
 {
   color: #F2DC88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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