#FADFF1

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

Shades of Pig Pink #FADFF1

Tints of Pig Pink #FADFF1

Color information

#FADFF1 (or 0xFADFF1) is unknown color: approx Pig Pink. HEX triplet: FA, DF and F1. RGB value is (250,223,241). Sum of RGB (Red+Green+Blue) = 250+223+241=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF1 is #05200E. Grayscale: #E9E9E9. Windows color (decimal): -335887 or 15851514. OLE color: 15851514.

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

Color convert

RGB250223241-
CMYK00.110.040.02
HSL320º72.97%92.75%-
HSV(B)320º10.8%98.04%-
XYZ81.6979.4594.25-
YUV233.12132.45140.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.01%
GREEN value IS 223 (87.5% from 255) = 31.23%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=35.01%
G=31.23%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022324100.110.040.0232072.9792.75
HexFADFF10B42140495d
Octal37233736101342500111135
Binary111110101101111111110001010111001010100000010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFF1; }

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

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

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

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

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

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

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

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