Html Css Color HEX #F2DFC2 Sazerac

📋 copy color: '#F2DFC2'

red 242 ◦ green 223 ◦ blue 194

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

Shades of Sazerac #F2DFC2

Tints of Sazerac #F2DFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.44%

R = 36.72%
G = 33.84%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2DFC2 (or 0xF2DFC2) is known color: Sazerac. HEX triplet: F2, DF and C2. RGB value is (242,223,194). Sum of RGB (Red+Green+Blue) = 242+223+194=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFC2 is #0D203D. Grayscale: #E1E1E1. Windows color (decimal): -860222 or 12771314. OLE color: 12771314.

HSL color Cylindrical-coordinate representation of color #F2DFC2: hue angle of 36.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2DFC2 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 194 -
CMYK 0 0.08 0.20 0.05
HSL 36.25º 0.65% 0.85% -
HSV(B) 36.25º 0.2% 0.95% -
XYZ 72.74 75.55 61.79 -
YUV 225.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 242 223 194 0 0.08 0.20 0.05 36.25 0.65 0.85
Hex F2 DF C2 0 8 14 5 24 41 55
Octal 362 337 302 0 10 24 5 44 101 125
Binary 11110010 11011111 11000010 0 1000 10100 101 100100 1000001 1010101

Color Harmonies of #F2DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFC2

Black with #F2DFC2

Text Example


Text Example

White with #F2DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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