#FFDEE7

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

Shades of Pig Pink #FFDEE7

Tints of Pig Pink #FFDEE7

Color information

#FFDEE7 (or 0xFFDEE7) is unknown color: approx Pig Pink. HEX triplet: FF, DE and E7. RGB value is (255,222,231). Sum of RGB (Red+Green+Blue) = 255+222+231=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 231 (90.62% from 255 or 32.63% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEE7 is #002118. Grayscale: #E8E8E8. Windows color (decimal): -8473 or 15195903. OLE color: 15195903.

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

Color convert

RGB255222231-
CMYK00.130.090
HSL343.64º100%93.53%-
HSV(B)343.64º12.94%100%-
XYZ81.7979.2786.59-
YUV232.89126.93143.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 222 (87.11% from 255) = 31.36%
BLUE value IS 231 (90.62% from 255) = 32.63%
R=36.02%
G=31.36%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522223100.130.090343.6410093.53
HexFFDEE70D90158645e
Octal377336347015110530144136
Binary111111111101111011100111011011001010101100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEE7; }

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

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

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

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

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

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

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

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