#FBB9CB

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

Shades of Cupid #FBB9CB

Tints of Cupid #FBB9CB

Color information

#FBB9CB (or 0xFBB9CB) is unknown color: approx Cupid. HEX triplet: FB, B9 and CB. RGB value is (251,185,203). Sum of RGB (Red+Green+Blue) = 251+185+203=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9CB is #044634. Grayscale: #CECECE. Windows color (decimal): -280117 or 13351419. OLE color: 13351419.

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

Color convert

RGB251185203-
CMYK00.260.190.02
HSL343.64º89.19%85.49%-
HSV(B)343.64º26.29%98.43%-
XYZ67.9159.5264.41-
YUV206.79125.87159.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=39.28%
G=28.95%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118520300.260.190.02343.6489.1985.49
HexFBB9CB01A1321585955
Octal373271313032232530131125
Binary111110111011100111001011011010100111010101100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9CB; }

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

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

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

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

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

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

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

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