Html Css Color HEX #F5DCCC Pot Pourri

📋 copy color: '#F5DCCC'

red 245 ◦ green 220 ◦ blue 204

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

Shades of Pot Pourri #F5DCCC

Tints of Pot Pourri #F5DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.49%

R = 36.62%
G = 32.88%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5DCCC (or 0xF5DCCC) is known color: Pot Pourri. HEX triplet: F5, DC and CC. RGB value is (245,220,204). Sum of RGB (Red+Green+Blue) = 245+220+204=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCCC is #0A2333. Grayscale: #E1E1E1. Windows color (decimal): -664372 or 13425909. OLE color: 13425909.

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

Color convert

RGB 245 220 204 -
CMYK 0 0.10 0.17 0.04
HSL 23.41º 0.67% 0.88% -
HSV(B) 23.41º 0.17% 0.96% -
XYZ 74.15 74.96 67.69 -
YUV 225.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 245 220 204 0 0.10 0.17 0.04 23.41 0.67 0.88
Hex F5 DC CC 0 A 11 4 17 43 58
Octal 365 334 314 0 12 21 4 27 103 130
Binary 11110101 11011100 11001100 0 1010 10001 100 10111 1000011 1011000

Color Harmonies of #F5DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCCC

Black with #F5DCCC

Text Example


Text Example

White with #F5DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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