#FADEEB

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

Shades of Pig Pink #FADEEB

Tints of Pig Pink #FADEEB

Color information

#FADEEB (or 0xFADEEB) is unknown color: approx Pig Pink. HEX triplet: FA, DE and EB. RGB value is (250,222,235). Sum of RGB (Red+Green+Blue) = 250+222+235=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEEB is #052114. Grayscale: #E7E7E7. Windows color (decimal): -336149 or 15458042. OLE color: 15458042.

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

Color convert

RGB250222235-
CMYK00.110.060.02
HSL332.14º73.68%92.55%-
HSV(B)332.14º11.2%98.04%-
XYZ80.5478.5689.52-
YUV231.85129.78140.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 222 (87.11% from 255) = 31.40%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=35.36%
G=31.40%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022223500.110.060.02332.1473.6892.55
HexFADEEB0B6214c4a5d
Octal37233635301362514112135
Binary111110101101111011101011010111101010100110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEEB; }

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

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

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

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

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

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

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

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