Html Css Color HEX #F3DFC3 Sazerac

📋 copy color: '#F3DFC3'

red 243 ◦ green 223 ◦ blue 195

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

Shades of Sazerac #F3DFC3

Tints of Sazerac #F3DFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.5%

R = 36.76%
G = 33.74%
B = 29.5%

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

#F3DFC3 (or 0xF3DFC3) is known color: Sazerac. HEX triplet: F3, DF and C3. RGB value is (243,223,195). Sum of RGB (Red+Green+Blue) = 243+223+195=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFC3 is #0C203C. Grayscale: #E1E1E1. Windows color (decimal): -794685 or 12836851. OLE color: 12836851.

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

Color convert

RGB 243 223 195 -
CMYK 0 0.08 0.20 0.05
HSL 35º 0.67% 0.86% -
HSV(B) 35º 0.2% 0.95% -
XYZ 73.2 75.77 62.4 -
YUV 225.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 243 223 195 0 0.08 0.20 0.05 35 0.67 0.86
Hex F3 DF C3 0 8 14 5 23 43 56
Octal 363 337 303 0 10 24 5 43 103 126
Binary 11110011 11011111 11000011 0 1000 10100 101 100011 1000011 1010110

Color Harmonies of #F3DFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DFC3

Black with #F3DFC3

Text Example


Text Example

White with #F3DFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DFC3; }

 p { color: rgb(243,223,195); }

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

background-color css

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

 a { background-color: rgb(243,223,195); }

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

border-color css

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

 span { border-color: rgb(243,223,195); }

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