#F9B0B6

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

Shades of Light Pink #F9B0B6

Tints of Light Pink #F9B0B6

Color information

#F9B0B6 (or 0xF9B0B6) is unknown color: approx Light Pink. HEX triplet: F9, B0 and B6. RGB value is (249,176,182). Sum of RGB (Red+Green+Blue) = 249+176+182=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B0B6 is #064F49. Grayscale: #C6C6C6. Windows color (decimal): -413514 or 11972857. OLE color: 11972857.

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

Color convert

RGB249176182-
CMYK00.290.270.02
HSL355.07º85.88%83.33%-
HSV(B)355.07º29.32%97.65%-
XYZ63.0454.5751.47-
YUV198.51118.68164.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.02%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 182 (71.48% from 255) = 29.98%
R=41.02%
G=29.00%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917618200.290.270.02355.0785.8883.33
HexF9B0B601D1B21635653
Octal371260266035332543126123
Binary111110011011000010110110011101110111010110001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B0B6; }

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

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

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

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

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

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

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

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