#FFDEF2

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

Shades of Pig Pink #FFDEF2

Tints of Pig Pink #FFDEF2

Color information

#FFDEF2 (or 0xFFDEF2) is unknown color: approx Pig Pink. HEX triplet: FF, DE and F2. RGB value is (255,222,242). Sum of RGB (Red+Green+Blue) = 255+222+242=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF2 is #00210D. Grayscale: #EAEAEA. Windows color (decimal): -8462 or 15916799. OLE color: 15916799.

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

Color convert

RGB255222242-
CMYK00.130.050
HSL323.64º100%93.53%-
HSV(B)323.64º12.94%100%-
XYZ83.3979.9195.03-
YUV234.15132.43142.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 222 (87.11% from 255) = 30.88%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=35.47%
G=30.88%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522224200.130.050323.6410093.53
HexFFDEF20D50144645e
Octal37733636201550504144136
Binary11111111110111101111001001101101010100010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEF2; }

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

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

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

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

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

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

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

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