#FADEEE

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

Shades of Pig Pink #FADEEE

Tints of Pig Pink #FADEEE

Color information

#FADEEE (or 0xFADEEE) is unknown color: approx Pig Pink. HEX triplet: FA, DE and EE. RGB value is (250,222,238). Sum of RGB (Red+Green+Blue) = 250+222+238=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEEE is #052111. Grayscale: #E8E8E8. Windows color (decimal): -336146 or 15654650. OLE color: 15654650.

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

Color convert

RGB250222238-
CMYK00.110.050.02
HSL325.71º73.68%92.55%-
HSV(B)325.71º11.2%98.04%-
XYZ80.9878.7491.82-
YUV232.2131.28140.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 222 (87.11% from 255) = 31.27%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=35.21%
G=31.27%
B=33.52%

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
Decimal25022223800.110.050.02325.7173.6892.55
HexFADEEE0B521464a5d
Octal37233635601352506112135
Binary111110101101111011101110010111011010100011010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEEE; }

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

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

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

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

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

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

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

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