#FADFEC

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

Shades of Pig Pink #FADFEC

Tints of Pig Pink #FADFEC

Color information

#FADFEC (or 0xFADFEC) is unknown color: approx Pig Pink. HEX triplet: FA, DF and EC. RGB value is (250,223,236). Sum of RGB (Red+Green+Blue) = 250+223+236=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFEC is #052013. Grayscale: #E8E8E8. Windows color (decimal): -335892 or 15523834. OLE color: 15523834.

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

Color convert

RGB250223236-
CMYK00.110.060.02
HSL331.11º72.97%92.75%-
HSV(B)331.11º10.8%98.04%-
XYZ80.9579.1690.37-
YUV232.55129.95140.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 223 (87.5% from 255) = 31.45%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=35.26%
G=31.45%
B=33.29%

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
Decimal25022323600.110.060.02331.1172.9792.75
HexFADFEC0B6214b495d
Octal37233735401362513111135
Binary111110101101111111101100010111101010100101110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFEC; }

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

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

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

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

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

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

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

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