#F9B4BB

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

Shades of Light Pink #F9B4BB

Tints of Light Pink #F9B4BB

Color information

#F9B4BB (or 0xF9B4BB) is unknown color: approx Light Pink. HEX triplet: F9, B4 and BB. RGB value is (249,180,187). Sum of RGB (Red+Green+Blue) = 249+180+187=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B4BB is #064B44. Grayscale: #C9C9C9. Windows color (decimal): -412485 or 12301561. OLE color: 12301561.

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

Color convert

RGB249180187-
CMYK00.280.250.02
HSL353.91º85.19%84.12%-
HSV(B)353.91º27.71%97.65%-
XYZ64.3656.3754.5-
YUV201.43119.86161.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 180 (70.70% from 255) = 29.22%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=40.42%
G=29.22%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918018700.280.250.02353.9185.1984.12
HexF9B4BB01C1921625554
Octal371264273034312542125124
Binary111110011011010010111011011100110011010110001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4BB; }

 p { color: rgb(249,180,187); }

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

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

 a { background-color: rgb(249,180,187); }

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

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

 span { border-color: rgb(249,180,187); }

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