#F9B1B6

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

Shades of Light Pink #F9B1B6

Tints of Light Pink #F9B1B6

Color information

#F9B1B6 (or 0xF9B1B6) is unknown color: approx Light Pink. HEX triplet: F9, B1 and B6. RGB value is (249,177,182). Sum of RGB (Red+Green+Blue) = 249+177+182=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1B6 is #064E49. Grayscale: #C7C7C7. Windows color (decimal): -413258 or 11973113. OLE color: 11973113.

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

Color convert

RGB249177182-
CMYK00.290.270.02
HSL355.83º85.71%83.53%-
HSV(B)355.83º28.92%97.65%-
XYZ63.2354.9651.53-
YUV199.1118.35163.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.95%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 182 (71.48% from 255) = 29.93%
R=40.95%
G=29.11%
B=29.93%

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
Decimal24917718200.290.270.02355.8385.7183.53
HexF9B1B601D1B21645654
Octal371261266035332544126124
Binary111110011011000110110110011101110111010110010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B1B6; }

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

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

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

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

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

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

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

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