#FFDEF1

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

Shades of Pig Pink #FFDEF1

Tints of Pig Pink #FFDEF1

Color information

#FFDEF1 (or 0xFFDEF1) is unknown color: approx Pig Pink. HEX triplet: FF, DE and F1. RGB value is (255,222,241). Sum of RGB (Red+Green+Blue) = 255+222+241=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 222 (87.11% from 255 or 30.92% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDEF1 is #00210E. Grayscale: #E9E9E9. Windows color (decimal): -8463 or 15851263. OLE color: 15851263.

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

Color convert

RGB255222241-
CMYK00.130.050
HSL325.45º100%93.53%-
HSV(B)325.45º12.94%100%-
XYZ83.2479.8594.25-
YUV234.03131.93142.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 222 (87.11% from 255) = 30.92%
BLUE value IS 241 (94.53% from 255) = 33.57%
R=35.52%
G=30.92%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522224100.130.050325.4510093.53
HexFFDEF10D50145645e
Octal37733636101550505144136
Binary11111111110111101111000101101101010100010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEF1; }

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

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

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

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

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

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

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

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