#FADAF0

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

Shades of Pig Pink #FADAF0

Tints of Pig Pink #FADAF0

Color information

#FADAF0 (or 0xFADAF0) is unknown color: approx Pig Pink. HEX triplet: FA, DA and F0. RGB value is (250,218,240). Sum of RGB (Red+Green+Blue) = 250+218+240=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 218 (85.55% from 255 or 30.79% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF0 is #05250F. Grayscale: #E6E6E6. Windows color (decimal): -337168 or 15784698. OLE color: 15784698.

HSL color Cylindrical-coordinate representation of color #FADAF0: hue angle of 318.75º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADAF0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB250218240-
CMYK00.130.040.02
HSL318.75º76.19%91.76%-
HSV(B)318.75º12.8%98.04%-
XYZ80.2276.7693.03-
YUV230.08133.6142.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 218 (85.55% from 255) = 30.79%
BLUE value IS 240 (94.14% from 255) = 33.90%
R=35.31%
G=30.79%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021824000.130.040.02318.7576.1991.76
HexFADAF00D4213f4c5c
Octal37233236001542477114134
Binary111110101101101011110000011011001010011111110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAF0; }

 p { color: rgb(250,218,240); }

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

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

 a { background-color: rgb(250,218,240); }

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

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

 span { border-color: rgb(250,218,240); }

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