Html Css Color HEX #F5DCC2 Sazerac

📋 copy color: '#F5DCC2'

red 245 ◦ green 220 ◦ blue 194

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

Shades of Sazerac #F5DCC2

Tints of Sazerac #F5DCC2

RGB

 RED value IS 245 (96.09% from 255) = 37.18%

 GREEN value IS 220 (86.33% from 255) = 33.38%

 BLUE value IS 194 (76.17% from 255) = 29.44%

R = 37.18%
G = 33.38%
B = 29.44%

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

#F5DCC2 (or 0xF5DCC2) is known color: Sazerac. HEX triplet: F5, DC and C2. RGB value is (245,220,194). Sum of RGB (Red+Green+Blue) = 245+220+194=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 194 (76.17% from 255 or 29.44% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCC2 is #0A233D. Grayscale: #E0E0E0. Windows color (decimal): -664382 or 12770549. OLE color: 12770549.

HSL color Cylindrical-coordinate representation of color #F5DCC2: hue angle of 30.59º degrees, saturation: 0.72, 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 #F5DCC2 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 194 -
CMYK 0 0.10 0.21 0.04
HSL 30.59º 0.72% 0.86% -
HSV(B) 30.59º 0.21% 0.96% -
XYZ 72.99 74.49 61.57 -
YUV 224.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 245 220 194 0 0.10 0.21 0.04 30.59 0.72 0.86
Hex F5 DC C2 0 A 15 4 1F 48 56
Octal 365 334 302 0 12 25 4 37 110 126
Binary 11110101 11011100 11000010 0 1010 10101 100 11111 1001000 1010110

Color Harmonies of #F5DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCC2

Black with #F5DCC2

Text Example


Text Example

White with #F5DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCC2; }

 p { color: rgb(245,220,194); }

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

background-color css

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

 a { background-color: rgb(245,220,194); }

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

border-color css

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

 span { border-color: rgb(245,220,194); }

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