#FADBF0

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

Shades of Pig Pink #FADBF0

Tints of Pig Pink #FADBF0

Color information

#FADBF0 (or 0xFADBF0) is unknown color: approx Pig Pink. HEX triplet: FA, DB and F0. RGB value is (250,219,240). Sum of RGB (Red+Green+Blue) = 250+219+240=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBF0 is #05240F. Grayscale: #E6E6E6. Windows color (decimal): -336912 or 15784954. OLE color: 15784954.

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

Color convert

RGB250219240-
CMYK00.120.040.02
HSL319.35º75.61%91.96%-
HSV(B)319.35º12.4%98.04%-
XYZ80.4877.2893.11-
YUV230.66133.27141.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 240 (94.14% from 255) = 33.85%
R=35.26%
G=30.89%
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
Decimal25021924000.120.040.02319.3575.6191.96
HexFADBF00C4213f4c5c
Octal37233336001442477114134
Binary111110101101101111110000011001001010011111110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBF0; }

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

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

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

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

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

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

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

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