#F9B8BC

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

Shades of Light Pink #F9B8BC

Tints of Light Pink #F9B8BC

Color information

#F9B8BC (or 0xF9B8BC) is unknown color: approx Light Pink. HEX triplet: F9, B8 and BC. RGB value is (249,184,188). Sum of RGB (Red+Green+Blue) = 249+184+188=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B8BC is #064743. Grayscale: #CBCBCB. Windows color (decimal): -411460 or 12368121. OLE color: 12368121.

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

Color convert

RGB249184188-
CMYK00.260.240.02
HSL356.31º84.42%84.9%-
HSV(B)356.31º26.1%97.65%-
XYZ65.2858.0555.34-
YUV203.89119.03160.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.10%
GREEN value IS 184 (72.27% from 255) = 29.63%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=40.10%
G=29.63%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918418800.260.240.02356.3184.4284.9
HexF9B8BC01A1821645455
Octal371270274032302544124125
Binary111110011011100010111100011010110001010110010010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B8BC; }

 p { color: rgb(249,184,188); }

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

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

 a { background-color: rgb(249,184,188); }

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

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

 span { border-color: rgb(249,184,188); }

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