#FBAEC1

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

Shades of Cupid #FBAEC1

Tints of Cupid #FBAEC1

Color information

#FBAEC1 (or 0xFBAEC1) is unknown color: approx Cupid. HEX triplet: FB, AE and C1. RGB value is (251,174,193). Sum of RGB (Red+Green+Blue) = 251+174+193=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC1 is #04513E. Grayscale: #C7C7C7. Windows color (decimal): -282943 or 12693243. OLE color: 12693243.

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

Color convert

RGB251174193-
CMYK00.310.230.02
HSL345.19º90.59%83.33%-
HSV(B)345.19º30.68%98.43%-
XYZ64.5554.6357.6-
YUV199.19124.51164.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=40.61%
G=28.16%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117419300.310.230.02345.1990.5983.33
HexFBAEC101F1721595b53
Octal373256301037272531133123
Binary111110111010111011000001011111101111010101100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEC1; }

 p { color: rgb(251,174,193); }

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

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

 a { background-color: rgb(251,174,193); }

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

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

 span { border-color: rgb(251,174,193); }

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