#FADFED

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

Shades of Pig Pink #FADFED

Tints of Pig Pink #FADFED

Color information

#FADFED (or 0xFADFED) is unknown color: approx Pig Pink. HEX triplet: FA, DF and ED. RGB value is (250,223,237). Sum of RGB (Red+Green+Blue) = 250+223+237=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFED is #052012. Grayscale: #E8E8E8. Windows color (decimal): -335891 or 15589370. OLE color: 15589370.

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

Color convert

RGB250223237-
CMYK00.110.050.02
HSL328.89º72.97%92.75%-
HSV(B)328.89º10.8%98.04%-
XYZ81.179.2191.14-
YUV232.67130.45140.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.21%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 237 (92.97% from 255) = 33.38%
R=35.21%
G=31.41%
B=33.38%

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
Decimal25022323700.110.050.02328.8972.9792.75
HexFADFED0B52149495d
Octal37233735501352511111135
Binary111110101101111111101101010111011010100100110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFED; }

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

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

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

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

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

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

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

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