#FBAEC2

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

Shades of Cupid #FBAEC2

Tints of Cupid #FBAEC2

Color information

#FBAEC2 (or 0xFBAEC2) is unknown color: approx Cupid. HEX triplet: FB, AE and C2. RGB value is (251,174,194). Sum of RGB (Red+Green+Blue) = 251+174+194=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC2 is #04513D. Grayscale: #C7C7C7. Windows color (decimal): -282942 or 12758779. OLE color: 12758779.

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

Color convert

RGB251174194-
CMYK00.310.230.02
HSL344.42º90.59%83.33%-
HSV(B)344.42º30.68%98.43%-
XYZ64.6654.6858.18-
YUV199.3125.01164.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.55%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=40.55%
G=28.11%
B=31.34%

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
Decimal25117419400.310.230.02344.4290.5983.33
HexFBAEC201F1721585b53
Octal373256302037272530133123
Binary111110111010111011000010011111101111010101100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEC2; }

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

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

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

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

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

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

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

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