Html Css Color HEX #F3E1CC Sazerac

📋 copy color: '#F3E1CC'

red 243 ◦ green 225 ◦ blue 204

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

Shades of Sazerac #F3E1CC

Tints of Sazerac #F3E1CC

RGB

 RED value IS 243 (95.31% from 255) = 36.16%

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

 BLUE value IS 204 (80.08% from 255) = 30.36%

R = 36.16%
G = 33.48%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3E1CC (or 0xF3E1CC) is known color: Sazerac. HEX triplet: F3, E1 and CC. RGB value is (243,225,204). Sum of RGB (Red+Green+Blue) = 243+225+204=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1CC is #0C1E33. Grayscale: #E4E4E4. Windows color (decimal): -794164 or 13427187. OLE color: 13427187.

HSL color Cylindrical-coordinate representation of color #F3E1CC: hue angle of 32.31º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3E1CC is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 225 204 -
CMYK 0 0.07 0.16 0.05
HSL 32.31º 0.62% 0.88% -
HSV(B) 32.31º 0.16% 0.95% -
XYZ 74.79 77.26 68.1 -
YUV 227.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 243 225 204 0 0.07 0.16 0.05 32.31 0.62 0.88
Hex F3 E1 CC 0 7 10 5 20 3E 58
Octal 363 341 314 0 7 20 5 40 76 130
Binary 11110011 11100001 11001100 0 111 10000 101 100000 111110 1011000

Color Harmonies of #F3E1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E1CC

Black with #F3E1CC

Text Example


Text Example

White with #F3E1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E1CC; }

 p { color: rgb(243,225,204); }

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

background-color css

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

 a { background-color: rgb(243,225,204); }

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

border-color css

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

 span { border-color: rgb(243,225,204); }

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