#FBB9CC

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

Shades of Cupid #FBB9CC

Tints of Cupid #FBB9CC

Color information

#FBB9CC (or 0xFBB9CC) is unknown color: approx Cupid. HEX triplet: FB, B9 and CC. RGB value is (251,185,204). Sum of RGB (Red+Green+Blue) = 251+185+204=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9CC is #044633. Grayscale: #CECECE. Windows color (decimal): -280116 or 13416955. OLE color: 13416955.

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

Color convert

RGB251185204-
CMYK00.260.190.02
HSL342.73º89.19%85.49%-
HSV(B)342.73º26.29%98.43%-
XYZ68.0359.5765.04-
YUV206.9126.37159.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=39.22%
G=28.91%
B=31.88%

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
Decimal25118520400.260.190.02342.7389.1985.49
HexFBB9CC01A1321575955
Octal373271314032232527131125
Binary111110111011100111001100011010100111010101011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9CC; }

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

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

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

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

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

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

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

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