#FBB9C9

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

Shades of Pink #FBB9C9

Tints of Pink #FBB9C9

Color information

#FBB9C9 (or 0xFBB9C9) is unknown color: approx Pink. HEX triplet: FB, B9 and C9. RGB value is (251,185,201). Sum of RGB (Red+Green+Blue) = 251+185+201=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9C9 is #044636. Grayscale: #CECECE. Windows color (decimal): -280119 or 13220347. OLE color: 13220347.

HSL color Cylindrical-coordinate representation of color #FBB9C9: hue angle of 345.45º degrees, saturation: 0.89, 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 #FBB9C9 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251185201-
CMYK00.260.200.02
HSL345.45º89.19%85.49%-
HSV(B)345.45º26.29%98.43%-
XYZ67.6859.4263.16-
YUV206.56124.87159.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 201 (78.91% from 255) = 31.55%
R=39.40%
G=29.04%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118520100.260.200.02345.4589.1985.49
HexFBB9C901A1421595955
Octal373271311032242531131125
Binary111110111011100111001001011010101001010101100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9C9; }

 p { color: rgb(251,185,201); }

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

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

 a { background-color: rgb(251,185,201); }

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

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

 span { border-color: rgb(251,185,201); }

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