#FBAABD

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

Shades of Cupid #FBAABD

Tints of Cupid #FBAABD

Color information

#FBAABD (or 0xFBAABD) is unknown color: approx Cupid. HEX triplet: FB, AA and BD. RGB value is (251,170,189). Sum of RGB (Red+Green+Blue) = 251+170+189=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAABD is #045542. Grayscale: #C4C4C4. Windows color (decimal): -283971 or 12430075. OLE color: 12430075.

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

Color convert

RGB251170189-
CMYK00.320.250.02
HSL345.93º91.01%82.55%-
HSV(B)345.93º32.27%98.43%-
XYZ63.3452.9355.02-
YUV196.38123.84166.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=41.15%
G=27.87%
B=30.98%

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
Decimal25117018900.320.250.02345.9391.0182.55
HexFBAABD02019215a5b53
Octal373252275040312532133123
Binary1111101110101010101111010100000110011010101101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAABD; }

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

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

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

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

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

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

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

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