#F9B2B3

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

Shades of Light Pink #F9B2B3

Tints of Light Pink #F9B2B3

Color information

#F9B2B3 (or 0xF9B2B3) is unknown color: approx Light Pink. HEX triplet: F9, B2 and B3. RGB value is (249,178,179). Sum of RGB (Red+Green+Blue) = 249+178+179=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B2B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B2B3 is #064D4C. Grayscale: #C7C7C7. Windows color (decimal): -413005 or 11776761. OLE color: 11776761.

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

Color convert

RGB249178179-
CMYK00.290.280.02
HSL359.15º85.54%83.73%-
HSV(B)359.15º28.51%97.65%-
XYZ63.1255.2449.98-
YUV199.34116.52163.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 179 (70.31% from 255) = 29.54%
R=41.09%
G=29.37%
B=29.54%

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
Decimal24917817900.290.280.02359.1585.5483.73
HexF9B2B301D1C21675654
Octal371262263035342547126124
Binary111110011011001010110011011101111001010110011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B2B3; }

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

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

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

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

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

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

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

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