#F9BBC5

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

Shades of Light Pink #F9BBC5

Tints of Light Pink #F9BBC5

Color information

#F9BBC5 (or 0xF9BBC5) is unknown color: approx Light Pink. HEX triplet: F9, BB and C5. RGB value is (249,187,197). Sum of RGB (Red+Green+Blue) = 249+187+197=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC5 is #06443A. Grayscale: #CECECE. Windows color (decimal): -410683 or 12958713. OLE color: 12958713.

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

Color convert

RGB249187197-
CMYK00.250.210.02
HSL350.32º83.78%85.49%-
HSV(B)350.32º24.9%97.65%-
XYZ66.9259.7160.82-
YUV206.68122.54158.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.34%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=39.34%
G=29.54%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918719700.250.210.02350.3283.7885.49
HexF9BBC501915215e5455
Octal371273305031252536124125
Binary111110011011101111000101011001101011010101111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBC5; }

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

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

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

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

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

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

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

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