Html Css Color HEX #F5DCCA Sazerac

📋 copy color: '#F5DCCA'

red 245 ◦ green 220 ◦ blue 202

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

Shades of Sazerac #F5DCCA

Tints of Sazerac #F5DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.28%

R = 36.73%
G = 32.98%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F5DCCA (or 0xF5DCCA) is known color: Sazerac. HEX triplet: F5, DC and CA. RGB value is (245,220,202). Sum of RGB (Red+Green+Blue) = 245+220+202=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 202 (79.30% from 255 or 30.28% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCA is #0A2335. Grayscale: #E1E1E1. Windows color (decimal): -664374 or 13294837. OLE color: 13294837.

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

Color convert

RGB 245 220 202 -
CMYK 0 0.10 0.18 0.04
HSL 25.12º 0.68% 0.88% -
HSV(B) 25.12º 0.18% 0.96% -
XYZ 73.91 74.86 66.43 -
YUV 225.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 245 220 202 0 0.10 0.18 0.04 25.12 0.68 0.88
Hex F5 DC CA 0 A 12 4 19 44 58
Octal 365 334 312 0 12 22 4 31 104 130
Binary 11110101 11011100 11001010 0 1010 10010 100 11001 1000100 1011000

Color Harmonies of #F5DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCCA

Black with #F5DCCA

Text Example


Text Example

White with #F5DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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