#F9DAF0

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

Shades of Pig Pink #F9DAF0

Tints of Pig Pink #F9DAF0

Color information

#F9DAF0 (or 0xF9DAF0) is unknown color: approx Pig Pink. HEX triplet: F9, DA and F0. RGB value is (249,218,240). Sum of RGB (Red+Green+Blue) = 249+218+240=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 218 (85.55% from 255 or 30.83% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAF0 is #06250F. Grayscale: #E5E5E5. Windows color (decimal): -402704 or 15784697. OLE color: 15784697.

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

Color convert

RGB249218240-
CMYK00.120.040.02
HSL317.42º72.09%91.57%-
HSV(B)317.42º12.45%97.65%-
XYZ79.8776.5793.01-
YUV229.78133.77141.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.22%
GREEN value IS 218 (85.55% from 255) = 30.83%
BLUE value IS 240 (94.14% from 255) = 33.95%
R=35.22%
G=30.83%
B=33.95%

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
Decimal24921824000.120.040.02317.4272.0991.57
HexF9DAF00C4213d485c
Octal37133236001442475110134
Binary111110011101101011110000011001001010011110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DAF0; }

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

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

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

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

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

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

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

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