Html Css Color HEX #F2DCBE Sazerac

📋 copy color: '#F2DCBE'

red 242 ◦ green 220 ◦ blue 190

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

Shades of Sazerac #F2DCBE

Tints of Sazerac #F2DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.14%

R = 37.12%
G = 33.74%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2DCBE (or 0xF2DCBE) is known color: Sazerac. HEX triplet: F2, DC and BE. RGB value is (242,220,190). Sum of RGB (Red+Green+Blue) = 242+220+190=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCBE is #0D2341. Grayscale: #DFDFDF. Windows color (decimal): -860994 or 12508402. OLE color: 12508402.

HSL color Cylindrical-coordinate representation of color #F2DCBE: hue angle of 34.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2DCBE is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 190 -
CMYK 0 0.09 0.21 0.05
HSL 34.62º 0.67% 0.85% -
HSV(B) 34.62º 0.21% 0.95% -
XYZ 71.51 73.78 59.19 -
YUV 223.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 242 220 190 0 0.09 0.21 0.05 34.62 0.67 0.85
Hex F2 DC BE 0 9 15 5 23 43 55
Octal 362 334 276 0 11 25 5 43 103 125
Binary 11110010 11011100 10111110 0 1001 10101 101 100011 1000011 1010101

Color Harmonies of #F2DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCBE

Black with #F2DCBE

Text Example


Text Example

White with #F2DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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