#F9BBCA

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

Shades of Pink #F9BBCA

Tints of Pink #F9BBCA

Color information

#F9BBCA (or 0xF9BBCA) is unknown color: approx Pink. HEX triplet: F9, BB and CA. RGB value is (249,187,202). Sum of RGB (Red+Green+Blue) = 249+187+202=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBCA is #064435. Grayscale: #CFCFCF. Windows color (decimal): -410678 or 13286393. OLE color: 13286393.

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

Color convert

RGB249187202-
CMYK00.250.190.02
HSL345.48º83.78%85.49%-
HSV(B)345.48º24.9%97.65%-
XYZ67.559.9463.89-
YUV207.25125.04157.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.03%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=39.03%
G=29.31%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918720200.250.190.02345.4883.7885.49
HexF9BBCA0191321595455
Octal371273312031232531124125
Binary111110011011101111001010011001100111010101100110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BBCA; }

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

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

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

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

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

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

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

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