#FADEEC

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

Shades of Pig Pink #FADEEC

Tints of Pig Pink #FADEEC

Color information

#FADEEC (or 0xFADEEC) is unknown color: approx Pig Pink. HEX triplet: FA, DE and EC. RGB value is (250,222,236). Sum of RGB (Red+Green+Blue) = 250+222+236=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEEC is #052113. Grayscale: #E7E7E7. Windows color (decimal): -336148 or 15523578. OLE color: 15523578.

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

Color convert

RGB250222236-
CMYK00.110.060.02
HSL330º73.68%92.55%-
HSV(B)330º11.2%98.04%-
XYZ80.6978.6290.28-
YUV231.97130.28140.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 222 (87.11% from 255) = 31.36%
BLUE value IS 236 (92.58% from 255) = 33.33%
R=35.31%
G=31.36%
B=33.33%

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
Decimal25022223600.110.060.0233073.6892.55
HexFADEEC0B6214a4a5d
Octal37233635401362512112135
Binary111110101101111011101100010111101010100101010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADEEC; }

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

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

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

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

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

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

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

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