#FADEED

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

Shades of Pig Pink #FADEED

Tints of Pig Pink #FADEED

Color information

#FADEED (or 0xFADEED) is unknown color: approx Pig Pink. HEX triplet: FA, DE and ED. RGB value is (250,222,237). Sum of RGB (Red+Green+Blue) = 250+222+237=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEED is #052112. Grayscale: #E8E8E8. Windows color (decimal): -336147 or 15589114. OLE color: 15589114.

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

Color convert

RGB250222237-
CMYK00.110.050.02
HSL327.86º73.68%92.55%-
HSV(B)327.86º11.2%98.04%-
XYZ80.8378.6891.05-
YUV232.08130.78140.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 237 (92.97% from 255) = 33.43%
R=35.26%
G=31.31%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022223700.110.050.02327.8673.6892.55
HexFADEED0B521484a5d
Octal37233635501352510112135
Binary111110101101111011101101010111011010100100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEED; }

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

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

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

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

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

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

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

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