Html Css Color HEX #F6DDC3 Sazerac

📋 copy color: '#F6DDC3'

red 246 ◦ green 221 ◦ blue 195

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

Shades of Sazerac #F6DDC3

Tints of Sazerac #F6DDC3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.38%

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

R = 37.16%
G = 33.38%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6DDC3 (or 0xF6DDC3) is known color: Sazerac. HEX triplet: F6, DD and C3. RGB value is (246,221,195). Sum of RGB (Red+Green+Blue) = 246+221+195=662 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.16% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 195 (76.56% from 255 or 29.46% from 662); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDC3 is #09223C. Grayscale: #E1E1E1. Windows color (decimal): -598589 or 12836342. OLE color: 12836342.

HSL color Cylindrical-coordinate representation of color #F6DDC3: hue angle of 30.59º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6DDC3 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 221 195 -
CMYK 0 0.10 0.21 0.04
HSL 30.59º 0.74% 0.86% -
HSV(B) 30.59º 0.21% 0.96% -
XYZ 73.71 75.25 62.27 -
YUV 225.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 246 221 195 0 0.10 0.21 0.04 30.59 0.74 0.86
Hex F6 DD C3 0 A 15 4 1F 4A 56
Octal 366 335 303 0 12 25 4 37 112 126
Binary 11110110 11011101 11000011 0 1010 10101 100 11111 1001010 1010110

Color Harmonies of #F6DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDC3

Black with #F6DDC3

Text Example


Text Example

White with #F6DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDC3; }

 p { color: rgb(246,221,195); }

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

background-color css

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

 a { background-color: rgb(246,221,195); }

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

border-color css

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

 span { border-color: rgb(246,221,195); }

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