#FFDFE1

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

Shades of Pale Pink #FFDFE1

Tints of Pale Pink #FFDFE1

Color information

#FFDFE1 (or 0xFFDFE1) is unknown color: approx Pale Pink. HEX triplet: FF, DF and E1. RGB value is (255,223,225). Sum of RGB (Red+Green+Blue) = 255+223+225=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE1 is #00201E. Grayscale: #E8E8E8. Windows color (decimal): -8223 or 14802943. OLE color: 14802943.

HSL color Cylindrical-coordinate representation of color #FFDFE1: hue angle of 356.25º 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 #FFDFE1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255223225-
CMYK00.130.120
HSL356.25º100%93.73%-
HSV(B)356.25º12.55%100%-
XYZ81.2279.4782.29-
YUV232.8123.6143.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 223 (87.5% from 255) = 31.72%
BLUE value IS 225 (88.28% from 255) = 32.01%
R=36.27%
G=31.72%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522322500.130.120356.2510093.73
HexFFDFE10DC0164645e
Octal377337341015140544144136
Binary111111111101111111100001011011100010110010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFE1; }

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

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

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

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

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

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

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

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