#F9ADB0

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

Shades of Light Pink #F9ADB0

Tints of Light Pink #F9ADB0

Color information

#F9ADB0 (or 0xF9ADB0) is unknown color: approx Light Pink. HEX triplet: F9, AD and B0. RGB value is (249,173,176). Sum of RGB (Red+Green+Blue) = 249+173+176=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ADB0 is #06524F. Grayscale: #C4C4C4. Windows color (decimal): -414288 or 11578873. OLE color: 11578873.

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

Color convert

RGB249173176-
CMYK00.310.290.02
HSL357.63º86.36%82.75%-
HSV(B)357.63º30.52%97.65%-
XYZ61.8553.1648.08-
YUV196.07116.68165.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.64%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 176 (69.14% from 255) = 29.43%
R=41.64%
G=28.93%
B=29.43%

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
Decimal24917317600.310.290.02357.6386.3682.75
HexF9ADB001F1D21665653
Octal371255260037352546126123
Binary111110011010110110110000011111111011010110011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADB0; }

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

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

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

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

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

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

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

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