#FBABBE

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

Shades of Cupid #FBABBE

Tints of Cupid #FBABBE

Color information

#FBABBE (or 0xFBABBE) is unknown color: approx Cupid. HEX triplet: FB, AB and BE. RGB value is (251,171,190). Sum of RGB (Red+Green+Blue) = 251+171+190=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABBE is #045441. Grayscale: #C5C5C5. Windows color (decimal): -283714 or 12495867. OLE color: 12495867.

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

Color convert

RGB251171190-
CMYK00.320.240.02
HSL345.75º90.91%82.75%-
HSV(B)345.75º31.87%98.43%-
XYZ63.6453.3555.66-
YUV197.09124166.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 190 (74.61% from 255) = 31.05%
R=41.01%
G=27.94%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117119000.320.240.02345.7590.9182.75
HexFBABBE02018215a5b53
Octal373253276040302532133123
Binary1111101110101011101111100100000110001010101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBABBE; }

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

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

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

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

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

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

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

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