Html Css Color HEX #F2DCBF Sazerac

📋 copy color: '#F2DCBF'

red 242 ◦ green 220 ◦ blue 191

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

Shades of Sazerac #F2DCBF

Tints of Sazerac #F2DCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.25%

R = 37.06%
G = 33.69%
B = 29.25%

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

#F2DCBF (or 0xF2DCBF) is known color: Sazerac. HEX triplet: F2, DC and BF. RGB value is (242,220,191). Sum of RGB (Red+Green+Blue) = 242+220+191=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCBF is #0D2340. Grayscale: #DFDFDF. Windows color (decimal): -860993 or 12573938. OLE color: 12573938.

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

Color convert

RGB 242 220 191 -
CMYK 0 0.09 0.21 0.05
HSL 34.12º 0.66% 0.85% -
HSV(B) 34.12º 0.21% 0.95% -
XYZ 71.62 73.83 59.77 -
YUV 223.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 242 220 191 0 0.09 0.21 0.05 34.12 0.66 0.85
Hex F2 DC BF 0 9 15 5 22 42 55
Octal 362 334 277 0 11 25 5 42 102 125
Binary 11110010 11011100 10111111 0 1001 10101 101 100010 1000010 1010101

Color Harmonies of #F2DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCBF

Black with #F2DCBF

Text Example


Text Example

White with #F2DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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