#FFDEF0

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

Shades of Pig Pink #FFDEF0

Tints of Pig Pink #FFDEF0

Color information

#FFDEF0 (or 0xFFDEF0) is unknown color: approx Pig Pink. HEX triplet: FF, DE and F0. RGB value is (255,222,240). Sum of RGB (Red+Green+Blue) = 255+222+240=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF0 is #00210F. Grayscale: #E9E9E9. Windows color (decimal): -8464 or 15785727. OLE color: 15785727.

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

Color convert

RGB255222240-
CMYK00.130.060
HSL327.27º100%93.53%-
HSV(B)327.27º12.94%100%-
XYZ83.0979.7993.46-
YUV233.92131.43143.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 222 (87.11% from 255) = 30.96%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=35.56%
G=30.96%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522224000.130.060327.2710093.53
HexFFDEF00D60147645e
Octal37733636001560507144136
Binary11111111110111101111000001101110010100011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEF0; }

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

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

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

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

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

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

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

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