#FBB9CA

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

Shades of Cupid #FBB9CA

Tints of Cupid #FBB9CA

Color information

#FBB9CA (or 0xFBB9CA) is unknown color: approx Cupid. HEX triplet: FB, B9 and CA. RGB value is (251,185,202). Sum of RGB (Red+Green+Blue) = 251+185+202=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9CA is #044635. Grayscale: #CECECE. Windows color (decimal): -280118 or 13285883. OLE color: 13285883.

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

Color convert

RGB251185202-
CMYK00.260.200.02
HSL344.55º89.19%85.49%-
HSV(B)344.55º26.29%98.43%-
XYZ67.7959.4763.78-
YUV206.67125.37159.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 202 (79.30% from 255) = 31.66%
R=39.34%
G=29.00%
B=31.66%

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
Decimal25118520200.260.200.02344.5589.1985.49
HexFBB9CA01A1421595955
Octal373271312032242531131125
Binary111110111011100111001010011010101001010101100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9CA; }

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

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

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

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

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

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

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

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