#F9ADB1

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

Shades of Light Pink #F9ADB1

Tints of Light Pink #F9ADB1

Color information

#F9ADB1 (or 0xF9ADB1) is unknown color: approx Light Pink. HEX triplet: F9, AD and B1. RGB value is (249,173,177). Sum of RGB (Red+Green+Blue) = 249+173+177=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ADB1 is #06524E. Grayscale: #C4C4C4. Windows color (decimal): -414287 or 11644409. OLE color: 11644409.

HSL color Cylindrical-coordinate representation of color #F9ADB1: hue angle of 356.84º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADB1 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB249173177-
CMYK00.310.290.02
HSL356.84º86.36%82.75%-
HSV(B)356.84º30.52%97.65%-
XYZ61.9553.248.6-
YUV196.18117.18165.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.57%
GREEN value IS 173 (67.97% from 255) = 28.88%
BLUE value IS 177 (69.53% from 255) = 29.55%
R=41.57%
G=28.88%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917317700.310.290.02356.8486.3682.75
HexF9ADB101F1D21655653
Octal371255261037352545126123
Binary111110011010110110110001011111111011010110010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADB1; }

 p { color: rgb(249,173,177); }

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

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

 a { background-color: rgb(249,173,177); }

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

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

 span { border-color: rgb(249,173,177); }

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