#F9B0B3

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

Shades of Light Pink #F9B0B3

Tints of Light Pink #F9B0B3

Color information

#F9B0B3 (or 0xF9B0B3) is unknown color: approx Light Pink. HEX triplet: F9, B0 and B3. RGB value is (249,176,179). Sum of RGB (Red+Green+Blue) = 249+176+179=604 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.23% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B0B3 is #064F4C. Grayscale: #C6C6C6. Windows color (decimal): -413517 or 11776249. OLE color: 11776249.

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

Color convert

RGB249176179-
CMYK00.290.280.02
HSL357.53º85.88%83.33%-
HSV(B)357.53º29.32%97.65%-
XYZ62.7354.4549.85-
YUV198.17117.18164.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.23%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=41.23%
G=29.14%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917617900.290.280.02357.5385.8883.33
HexF9B0B301D1C21665653
Octal371260263035342546126123
Binary111110011011000010110011011101111001010110011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B0B3; }

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

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

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

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

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

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

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

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