#F9B7B9

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

Shades of Light Pink #F9B7B9

Tints of Light Pink #F9B7B9

Color information

#F9B7B9 (or 0xF9B7B9) is unknown color: approx Light Pink. HEX triplet: F9, B7 and B9. RGB value is (249,183,185). Sum of RGB (Red+Green+Blue) = 249+183+185=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7B9 is #064846. Grayscale: #CBCBCB. Windows color (decimal): -411719 or 12171257. OLE color: 12171257.

HSL color Cylindrical-coordinate representation of color #F9B7B9: hue angle of 358.18º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B7B9 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB249183185-
CMYK00.270.260.02
HSL358.18º84.62%84.71%-
HSV(B)358.18º26.51%97.65%-
XYZ64.7657.5153.59-
YUV202.96117.87160.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 183 (71.88% from 255) = 29.66%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=40.36%
G=29.66%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918318500.270.260.02358.1884.6284.71
HexF9B7B901B1A21665555
Octal371267271033322546125125
Binary111110011011011110111001011011110101010110011010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B7B9; }

 p { color: rgb(249,183,185); }

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

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

 a { background-color: rgb(249,183,185); }

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

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

 span { border-color: rgb(249,183,185); }

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