Html Css Color HEX #F6DCCA Sazerac

📋 copy color: '#F6DCCA'

red 246 ◦ green 220 ◦ blue 202

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

Shades of Sazerac #F6DCCA

Tints of Sazerac #F6DCCA

RGB

 RED value IS 246 (96.48% from 255) = 36.83%

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

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

R = 36.83%
G = 32.93%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6DCCA (or 0xF6DCCA) is known color: Sazerac. HEX triplet: F6, DC and CA. RGB value is (246,220,202). Sum of RGB (Red+Green+Blue) = 246+220+202=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCCA is #092335. Grayscale: #E1E1E1. Windows color (decimal): -598838 or 13294838. OLE color: 13294838.

HSL color Cylindrical-coordinate representation of color #F6DCCA: hue angle of 24.55º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6DCCA is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 202 -
CMYK 0 0.11 0.18 0.04
HSL 24.55º 0.71% 0.88% -
HSV(B) 24.55º 0.18% 0.96% -
XYZ 74.26 75.04 66.45 -
YUV 225.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 246 220 202 0 0.11 0.18 0.04 24.55 0.71 0.88
Hex F6 DC CA 0 B 12 4 19 47 58
Octal 366 334 312 0 13 22 4 31 107 130
Binary 11110110 11011100 11001010 0 1011 10010 100 11001 1000111 1011000

Color Harmonies of #F6DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCCA

Black with #F6DCCA

Text Example


Text Example

White with #F6DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCCA; }

 p { color: rgb(246,220,202); }

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

background-color css

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

 a { background-color: rgb(246,220,202); }

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

border-color css

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

 span { border-color: rgb(246,220,202); }

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