#FADDEB

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

Shades of Pig Pink #FADDEB

Tints of Pig Pink #FADDEB

Color information

#FADDEB (or 0xFADDEB) is unknown color: approx Pig Pink. HEX triplet: FA, DD and EB. RGB value is (250,221,235). Sum of RGB (Red+Green+Blue) = 250+221+235=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEB is #052214. Grayscale: #E7E7E7. Windows color (decimal): -336405 or 15457786. OLE color: 15457786.

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

Color convert

RGB250221235-
CMYK00.120.060.02
HSL331.03º74.36%92.35%-
HSV(B)331.03º11.6%98.04%-
XYZ80.2878.0489.43-
YUV231.27130.11141.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 221 (86.72% from 255) = 31.30%
BLUE value IS 235 (92.19% from 255) = 33.29%
R=35.41%
G=31.30%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022123500.120.060.02331.0374.3692.35
HexFADDEB0C6214b4a5c
Octal37233535301462513112134
Binary111110101101110111101011011001101010100101110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDEB; }

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

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

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

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

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

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

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

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