Html Css Color HEX #F6E1CB Sazerac

📋 copy color: '#F6E1CB'

red 246 ◦ green 225 ◦ blue 203

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

Shades of Sazerac #F6E1CB

Tints of Sazerac #F6E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.38%

 BLUE value IS 203 (79.69% from 255) = 30.12%

R = 36.5%
G = 33.38%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6E1CB (or 0xF6E1CB) is known color: Sazerac. HEX triplet: F6, E1 and CB. RGB value is (246,225,203). Sum of RGB (Red+Green+Blue) = 246+225+203=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1CB is #091E34. Grayscale: #E4E4E4. Windows color (decimal): -597557 or 13361654. OLE color: 13361654.

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

Color convert

RGB 246 225 203 -
CMYK 0 0.09 0.17 0.04
HSL 30.7º 0.7% 0.88% -
HSV(B) 30.7º 0.17% 0.96% -
XYZ 75.71 77.76 67.52 -
YUV 228.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 246 225 203 0 0.09 0.17 0.04 30.7 0.7 0.88
Hex F6 E1 CB 0 9 11 4 1F 46 58
Octal 366 341 313 0 11 21 4 37 106 130
Binary 11110110 11100001 11001011 0 1001 10001 100 11111 1000110 1011000

Color Harmonies of #F6E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E1CB

Black with #F6E1CB

Text Example


Text Example

White with #F6E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E1CB; }

 p { color: rgb(246,225,203); }

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

background-color css

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

 a { background-color: rgb(246,225,203); }

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

border-color css

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

 span { border-color: rgb(246,225,203); }

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