#FADFE9

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

Shades of Pig Pink #FADFE9

Tints of Pig Pink #FADFE9

Color information

#FADFE9 (or 0xFADFE9) is unknown color: approx Pig Pink. HEX triplet: FA, DF and E9. RGB value is (250,223,233). Sum of RGB (Red+Green+Blue) = 250+223+233=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFE9 is #052016. Grayscale: #E8E8E8. Windows color (decimal): -335895 or 15327226. OLE color: 15327226.

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

Color convert

RGB250223233-
CMYK00.110.070.02
HSL337.78º72.97%92.75%-
HSV(B)337.78º10.8%98.04%-
XYZ80.5278.9888.09-
YUV232.21128.45140.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 233 (91.41% from 255) = 33.00%
R=35.41%
G=31.59%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022323300.110.070.02337.7872.9792.75
HexFADFE90B72152495d
Octal37233735101372522111135
Binary111110101101111111101001010111111010101001010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFE9; }

 p { color: rgb(250,223,233); }

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

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

 a { background-color: rgb(250,223,233); }

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

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

 span { border-color: rgb(250,223,233); }

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