Html Css Color HEX #F3DFC1 Sazerac

📋 copy color: '#F3DFC1'

red 243 ◦ green 223 ◦ blue 193

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

Shades of Sazerac #F3DFC1

Tints of Sazerac #F3DFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.29%

R = 36.87%
G = 33.84%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F3DFC1 (or 0xF3DFC1) is known color: Sazerac. HEX triplet: F3, DF and C1. RGB value is (243,223,193). Sum of RGB (Red+Green+Blue) = 243+223+193=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFC1 is #0C203E. Grayscale: #E1E1E1. Windows color (decimal): -794687 or 12705779. OLE color: 12705779.

HSL color Cylindrical-coordinate representation of color #F3DFC1: hue angle of 36º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3DFC1 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 223 193 -
CMYK 0 0.08 0.21 0.05
HSL 36º 0.68% 0.85% -
HSV(B) 36º 0.21% 0.95% -
XYZ 72.98 75.68 61.21 -
YUV 225.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 243 223 193 0 0.08 0.21 0.05 36 0.68 0.85
Hex F3 DF C1 0 8 15 5 24 44 55
Octal 363 337 301 0 10 25 5 44 104 125
Binary 11110011 11011111 11000001 0 1000 10101 101 100100 1000100 1010101

Color Harmonies of #F3DFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DFC1

Black with #F3DFC1

Text Example


Text Example

White with #F3DFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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