#FFDEE8

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

Shades of Pig Pink #FFDEE8

Tints of Pig Pink #FFDEE8

Color information

#FFDEE8 (or 0xFFDEE8) is unknown color: approx Pig Pink. HEX triplet: FF, DE and E8. RGB value is (255,222,232). Sum of RGB (Red+Green+Blue) = 255+222+232=709 (93% of max value = 765). Red value is 255 (100% from 255 or 35.97% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEE8 is #002117. Grayscale: #E9E9E9. Windows color (decimal): -8472 or 15261439. OLE color: 15261439.

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

Color convert

RGB255222232-
CMYK00.130.090
HSL341.82º100%93.53%-
HSV(B)341.82º12.94%100%-
XYZ81.9379.3387.34-
YUV233.01127.43143.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.97%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 232 (91.02% from 255) = 32.72%
R=35.97%
G=31.31%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522223200.130.090341.8210093.53
HexFFDEE80D90156645e
Octal377336350015110526144136
Binary111111111101111011101000011011001010101011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEE8; }

 p { color: rgb(255,222,232); }

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

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

 a { background-color: rgb(255,222,232); }

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

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

 span { border-color: rgb(255,222,232); }

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