#FADDEC

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

Shades of Pig Pink #FADDEC

Tints of Pig Pink #FADDEC

Color information

#FADDEC (or 0xFADDEC) is unknown color: approx Pig Pink. HEX triplet: FA, DD and EC. RGB value is (250,221,236). Sum of RGB (Red+Green+Blue) = 250+221+236=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDEC is #052213. Grayscale: #E7E7E7. Windows color (decimal): -336404 or 15523322. OLE color: 15523322.

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

Color convert

RGB250221236-
CMYK00.120.060.02
HSL328.97º74.36%92.35%-
HSV(B)328.97º11.6%98.04%-
XYZ80.4278.0990.19-
YUV231.38130.61141.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 221 (86.72% from 255) = 31.26%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=35.36%
G=31.26%
B=33.38%

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
Decimal25022123600.120.060.02328.9774.3692.35
HexFADDEC0C621494a5c
Octal37233535401462511112134
Binary111110101101110111101100011001101010100100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDEC; }

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

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

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

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

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

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

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

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