#FFDDEB

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

Shades of Pig Pink #FFDDEB

Tints of Pig Pink #FFDDEB

Color information

#FFDDEB (or 0xFFDDEB) is unknown color: approx Pig Pink. HEX triplet: FF, DD and EB. RGB value is (255,221,235). Sum of RGB (Red+Green+Blue) = 255+221+235=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDEB is #002214. Grayscale: #E8E8E8. Windows color (decimal): -8725 or 15457791. OLE color: 15457791.

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

Color convert

RGB255221235-
CMYK00.130.080
HSL335.29º100%93.33%-
HSV(B)335.29º13.33%100%-
XYZ82.0978.9789.51-
YUV232.76129.26143.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.86%
GREEN value IS 221 (86.72% from 255) = 31.08%
BLUE value IS 235 (92.19% from 255) = 33.05%
R=35.86%
G=31.08%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522123500.130.080335.2910093.33
HexFFDDEB0D8014f645d
Octal377335353015100517144135
Binary111111111101110111101011011011000010100111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDEB; }

 p { color: rgb(255,221,235); }

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

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

 a { background-color: rgb(255,221,235); }

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

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

 span { border-color: rgb(255,221,235); }

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