#FADDEE

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

Shades of Pig Pink #FADDEE

Tints of Pig Pink #FADDEE

Color information

#FADDEE (or 0xFADDEE) is unknown color: approx Pig Pink. HEX triplet: FA, DD and EE. RGB value is (250,221,238). Sum of RGB (Red+Green+Blue) = 250+221+238=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEE is #052211. Grayscale: #E7E7E7. Windows color (decimal): -336402 or 15654394. OLE color: 15654394.

HSL color Cylindrical-coordinate representation of color #FADDEE: hue angle of 324.83º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDEE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250221238-
CMYK00.120.050.02
HSL324.83º74.36%92.35%-
HSV(B)324.83º11.6%98.04%-
XYZ80.7178.2191.73-
YUV231.61131.61141.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 221 (86.72% from 255) = 31.17%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=35.26%
G=31.17%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022123800.120.050.02324.8374.3692.35
HexFADDEE0C521454a5c
Octal37233535601452505112134
Binary111110101101110111101110011001011010100010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDEE; }

 p { color: rgb(250,221,238); }

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

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

 a { background-color: rgb(250,221,238); }

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

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

 span { border-color: rgb(250,221,238); }

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