#FADAF1

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

Shades of Pig Pink #FADAF1

Tints of Pig Pink #FADAF1

Color information

#FADAF1 (or 0xFADAF1) is unknown color: approx Pig Pink. HEX triplet: FA, DA and F1. RGB value is (250,218,241). Sum of RGB (Red+Green+Blue) = 250+218+241=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 218 (85.55% from 255 or 30.75% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAF1 is #05250E. Grayscale: #E6E6E6. Windows color (decimal): -337167 or 15850234. OLE color: 15850234.

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

Color convert

RGB250218241-
CMYK00.130.040.02
HSL316.88º76.19%91.76%-
HSV(B)316.88º12.8%98.04%-
XYZ80.3776.8293.81-
YUV230.19134.1142.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 218 (85.55% from 255) = 30.75%
BLUE value IS 241 (94.53% from 255) = 33.99%
R=35.26%
G=30.75%
B=33.99%

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
Decimal25021824100.130.040.02316.8876.1991.76
HexFADAF10D4213d4c5c
Octal37233236101542475114134
Binary111110101101101011110001011011001010011110110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAF1; }

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

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

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

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

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

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

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

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