#F8DFE0

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

Shades of Pale Pink #F8DFE0

Tints of Pale Pink #F8DFE0

Color information

#F8DFE0 (or 0xF8DFE0) is unknown color: approx Pale Pink. HEX triplet: F8, DF and E0. RGB value is (248,223,224). Sum of RGB (Red+Green+Blue) = 248+223+224=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DFE0 is #07201F. Grayscale: #E6E6E6. Windows color (decimal): -466976 or 14737400. OLE color: 14737400.

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

Color convert

RGB248223224-
CMYK00.100.100.03
HSL357.6º64.1%92.35%-
HSV(B)357.6º10.08%97.25%-
XYZ78.5578.1181.46-
YUV230.59124.28140.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.68%
GREEN value IS 223 (87.5% from 255) = 32.09%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=35.68%
G=32.09%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822322400.100.100.03357.664.192.35
HexF8DFE00AA3166405c
Octal370337340012123546100134
Binary1111100011011111111000000101010101110110011010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DFE0; }

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

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

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

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

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

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

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

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