#F8DDE0

Color #F8DDE0 Pale Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Pink #F8DDE0

Tints of Pale Pink #F8DDE0

Color information

#F8DDE0 (or 0xF8DDE0) is unknown color: approx Pale Pink. HEX triplet: F8, DD and E0. RGB value is (248,221,224). Sum of RGB (Red+Green+Blue) = 248+221+224=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 224 (87.89% from 255 or 32.32% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDE0 is #07221F. Grayscale: #E5E5E5. Windows color (decimal): -467488 or 14736888. OLE color: 14736888.

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

Color convert

RGB248221224-
CMYK00.110.100.03
HSL353.33º65.85%91.96%-
HSV(B)353.33º10.89%97.25%-
XYZ78.0277.0581.28-
YUV229.42124.95141.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 224 (87.89% from 255) = 32.32%
R=35.79%
G=31.89%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822122400.110.100.03353.3365.8591.96
HexF8DDE00BA3161425c
Octal370335340013123541102134
Binary1111100011011101111000000101110101110110000110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDE0; }

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

 H1.HeaderClassName
 {
   color: #F8DDE0;
 }
 .AnyTagClassName
 {
   color: #F8DDE0;
 }
</style>
background-color css

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

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

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

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

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

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