Html Css Color HEX #F2DFCA Sazerac

📋 copy color: '#F2DFCA'

red 242 ◦ green 223 ◦ blue 202

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

Shades of Sazerac #F2DFCA

Tints of Sazerac #F2DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.43%

 BLUE value IS 202 (79.3% from 255) = 30.28%

R = 36.28%
G = 33.43%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2DFCA (or 0xF2DFCA) is known color: Sazerac. HEX triplet: F2, DF and CA. RGB value is (242,223,202). Sum of RGB (Red+Green+Blue) = 242+223+202=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFCA is #0D2035. Grayscale: #E2E2E2. Windows color (decimal): -860214 or 13295602. OLE color: 13295602.

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

Color convert

RGB 242 223 202 -
CMYK 0 0.08 0.17 0.05
HSL 31.5º 0.61% 0.87% -
HSV(B) 31.5º 0.17% 0.95% -
XYZ 73.67 75.92 66.65 -
YUV 226.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 242 223 202 0 0.08 0.17 0.05 31.5 0.61 0.87
Hex F2 DF CA 0 8 11 5 1F 3D 57
Octal 362 337 312 0 10 21 5 37 75 127
Binary 11110010 11011111 11001010 0 1000 10001 101 11111 111101 1010111

Color Harmonies of #F2DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFCA

Black with #F2DFCA

Text Example


Text Example

White with #F2DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFCA; }

 p { color: rgb(242,223,202); }

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

background-color css

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

 a { background-color: rgb(242,223,202); }

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

border-color css

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

 span { border-color: rgb(242,223,202); }

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