#FFDFE2

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

Shades of Pale Pink #FFDFE2

Tints of Pale Pink #FFDFE2

Color information

#FFDFE2 (or 0xFFDFE2) is unknown color: approx Pale Pink. HEX triplet: FF, DF and E2. RGB value is (255,223,226). Sum of RGB (Red+Green+Blue) = 255+223+226=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 226 (88.67% from 255 or 32.10% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFE2 is #00201D. Grayscale: #E8E8E8. Windows color (decimal): -8222 or 14868479. OLE color: 14868479.

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

Color convert

RGB255223226-
CMYK00.130.110
HSL354.38º100%93.73%-
HSV(B)354.38º12.55%100%-
XYZ81.3679.5383.01-
YUV232.91124.1143.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 226 (88.67% from 255) = 32.10%
R=36.22%
G=31.68%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522322600.130.110354.3810093.73
HexFFDFE20DB0162645e
Octal377337342015130542144136
Binary111111111101111111100010011011011010110001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFE2; }

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

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

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

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

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

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

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

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