#FADDF1

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

Shades of Pig Pink #FADDF1

Tints of Pig Pink #FADDF1

Color information

#FADDF1 (or 0xFADDF1) is unknown color: approx Pig Pink. HEX triplet: FA, DD and F1. RGB value is (250,221,241). Sum of RGB (Red+Green+Blue) = 250+221+241=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF1 is #05220E. Grayscale: #E7E7E7. Windows color (decimal): -336399 or 15851002. OLE color: 15851002.

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

Color convert

RGB250221241-
CMYK00.120.040.02
HSL318.62º74.36%92.35%-
HSV(B)318.62º11.6%98.04%-
XYZ81.1678.3994.07-
YUV231.95133.11140.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 221 (86.72% from 255) = 31.04%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=35.11%
G=31.04%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022124100.120.040.02318.6274.3692.35
HexFADDF10C4213f4a5c
Octal37233536101442477112134
Binary111110101101110111110001011001001010011111110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDF1; }

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

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

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

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

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

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

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

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