#FBABBD

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

Shades of Cupid #FBABBD

Tints of Cupid #FBABBD

Color information

#FBABBD (or 0xFBABBD) is unknown color: approx Cupid. HEX triplet: FB, AB and BD. RGB value is (251,171,189). Sum of RGB (Red+Green+Blue) = 251+171+189=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABBD is #045442. Grayscale: #C4C4C4. Windows color (decimal): -283715 or 12430331. OLE color: 12430331.

HSL color Cylindrical-coordinate representation of color #FBABBD: hue angle of 346.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABBD is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251171189-
CMYK00.320.250.02
HSL346.5º90.91%82.75%-
HSV(B)346.5º31.87%98.43%-
XYZ63.5353.3155.09-
YUV196.97123.5166.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 171 (67.19% from 255) = 27.99%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=41.08%
G=27.99%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117118900.320.250.02346.590.9182.75
HexFBABBD02019215a5b53
Octal373253275040312532133123
Binary1111101110101011101111010100000110011010101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABBD; }

 p { color: rgb(251,171,189); }

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

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

 a { background-color: rgb(251,171,189); }

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

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

 span { border-color: rgb(251,171,189); }

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