#FFDFE0

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

Shades of Pale Pink #FFDFE0

Tints of Pale Pink #FFDFE0

Color information

#FFDFE0 (or 0xFFDFE0) is unknown color: approx Pale Pink. HEX triplet: FF, DF and E0. RGB value is (255,223,224). Sum of RGB (Red+Green+Blue) = 255+223+224=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 224 (87.89% from 255 or 31.91% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE0 is #00201F. Grayscale: #E8E8E8. Windows color (decimal): -8224 or 14737407. OLE color: 14737407.

HSL color Cylindrical-coordinate representation of color #FFDFE0: hue angle of 358.12º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFE0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255223224-
CMYK00.130.120
HSL358.12º100%93.73%-
HSV(B)358.12º12.55%100%-
XYZ81.0879.4281.58-
YUV232.68123.1143.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 223 (87.5% from 255) = 31.77%
BLUE value IS 224 (87.89% from 255) = 31.91%
R=36.32%
G=31.77%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522322400.130.120358.1210093.73
HexFFDFE00DC0166645e
Octal377337340015140546144136
Binary111111111101111111100000011011100010110011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFE0; }

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

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

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

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

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

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

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

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