#F9B2B6

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

Shades of Light Pink #F9B2B6

Tints of Light Pink #F9B2B6

Color information

#F9B2B6 (or 0xF9B2B6) is unknown color: approx Light Pink. HEX triplet: F9, B2 and B6. RGB value is (249,178,182). Sum of RGB (Red+Green+Blue) = 249+178+182=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B2B6 is #064D49. Grayscale: #C7C7C7. Windows color (decimal): -413002 or 11973369. OLE color: 11973369.

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

Color convert

RGB249178182-
CMYK00.290.270.02
HSL356.62º85.54%83.73%-
HSV(B)356.62º28.51%97.65%-
XYZ63.4355.3651.6-
YUV199.68118.02163.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 178 (69.92% from 255) = 29.23%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=40.89%
G=29.23%
B=29.89%

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
Decimal24917818200.290.270.02356.6285.5483.73
HexF9B2B601D1B21655654
Octal371262266035332545126124
Binary111110011011001010110110011101110111010110010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B2B6; }

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

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

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

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

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

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

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

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