#FADFEA

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

Shades of Pig Pink #FADFEA

Tints of Pig Pink #FADFEA

Color information

#FADFEA (or 0xFADFEA) is unknown color: approx Pig Pink. HEX triplet: FA, DF and EA. RGB value is (250,223,234). Sum of RGB (Red+Green+Blue) = 250+223+234=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFEA is #052015. Grayscale: #E8E8E8. Windows color (decimal): -335894 or 15392762. OLE color: 15392762.

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

Color convert

RGB250223234-
CMYK00.110.060.02
HSL335.56º72.97%92.75%-
HSV(B)335.56º10.8%98.04%-
XYZ80.6679.0488.85-
YUV232.33128.95140.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 234 (91.80% from 255) = 33.10%
R=35.36%
G=31.54%
B=33.10%

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
Decimal25022323400.110.060.02335.5672.9792.75
HexFADFEA0B62150495d
Octal37233735201362520111135
Binary111110101101111111101010010111101010101000010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFEA; }

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

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

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

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

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

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

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

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