Html Css Color HEX #F8DDCE Pot Pourri

📋 copy color: '#F8DDCE'

red 248 ◦ green 221 ◦ blue 206

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

Shades of Pot Pourri #F8DDCE

Tints of Pot Pourri #F8DDCE

RGB

 RED value IS 248 (97.27% from 255) = 36.74%

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

 BLUE value IS 206 (80.86% from 255) = 30.52%

R = 36.74%
G = 32.74%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8DDCE (or 0xF8DDCE) is known color: Pot Pourri. HEX triplet: F8, DD and CE. RGB value is (248,221,206). Sum of RGB (Red+Green+Blue) = 248+221+206=675 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.74% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDCE is #072231. Grayscale: #E3E3E3. Windows color (decimal): -467506 or 13557240. OLE color: 13557240.

HSL color Cylindrical-coordinate representation of color #F8DDCE: hue angle of 21.43º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8DDCE is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 221 206 -
CMYK 0 0.11 0.17 0.03
HSL 21.43º 0.75% 0.89% -
HSV(B) 21.43º 0.17% 0.97% -
XYZ 75.71 76.13 69.1 -
YUV 227.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 248 221 206 0 0.11 0.17 0.03 21.43 0.75 0.89
Hex F8 DD CE 0 B 11 3 15 4B 59
Octal 370 335 316 0 13 21 3 25 113 131
Binary 11111000 11011101 11001110 0 1011 10001 11 10101 1001011 1011001

Color Harmonies of #F8DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DDCE

Black with #F8DDCE

Text Example


Text Example

White with #F8DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DDCE; }

 p { color: rgb(248,221,206); }

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

background-color css

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

 a { background-color: rgb(248,221,206); }

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

border-color css

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

 span { border-color: rgb(248,221,206); }

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