#FADEE6

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

Shades of Pig Pink #FADEE6

Tints of Pig Pink #FADEE6

Color information

#FADEE6 (or 0xFADEE6) is unknown color: approx Pig Pink. HEX triplet: FA, DE and E6. RGB value is (250,222,230). Sum of RGB (Red+Green+Blue) = 250+222+230=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEE6 is #052119. Grayscale: #E7E7E7. Windows color (decimal): -336154 or 15130362. OLE color: 15130362.

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

Color convert

RGB250222230-
CMYK00.110.080.02
HSL342.86º73.68%92.55%-
HSV(B)342.86º11.2%98.04%-
XYZ79.8378.2885.76-
YUV231.28127.28141.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=35.61%
G=31.62%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022223000.110.080.02342.8673.6892.55
HexFADEE60B821574a5d
Octal372336346013102527112135
Binary1111101011011110111001100101110001010101011110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEE6; }

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

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

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

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

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

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

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

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