Html Css Color HEX #F2DCC5 Sazerac

📋 copy color: '#F2DCC5'

red 242 ◦ green 220 ◦ blue 197

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

Shades of Sazerac #F2DCC5

Tints of Sazerac #F2DCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.89%

R = 36.72%
G = 33.38%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2DCC5 (or 0xF2DCC5) is known color: Sazerac. HEX triplet: F2, DC and C5. RGB value is (242,220,197). Sum of RGB (Red+Green+Blue) = 242+220+197=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCC5 is #0D233A. Grayscale: #E0E0E0. Windows color (decimal): -860987 or 12967154. OLE color: 12967154.

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

Color convert

RGB 242 220 197 -
CMYK 0 0.09 0.19 0.05
HSL 30.67º 0.63% 0.86% -
HSV(B) 30.67º 0.19% 0.95% -
XYZ 72.29 74.09 63.32 -
YUV 223.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 242 220 197 0 0.09 0.19 0.05 30.67 0.63 0.86
Hex F2 DC C5 0 9 13 5 1F 3F 56
Octal 362 334 305 0 11 23 5 37 77 126
Binary 11110010 11011100 11000101 0 1001 10011 101 11111 111111 1010110

Color Harmonies of #F2DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCC5

Black with #F2DCC5

Text Example


Text Example

White with #F2DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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