#FBAEC8

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

Shades of Cupid #FBAEC8

Tints of Cupid #FBAEC8

Color information

#FBAEC8 (or 0xFBAEC8) is unknown color: approx Cupid. HEX triplet: FB, AE and C8. RGB value is (251,174,200). Sum of RGB (Red+Green+Blue) = 251+174+200=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC8 is #045137. Grayscale: #C7C7C7. Windows color (decimal): -282936 or 13151995. OLE color: 13151995.

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

Color convert

RGB251174200-
CMYK00.310.200.02
HSL339.74º90.59%83.33%-
HSV(B)339.74º30.68%98.43%-
XYZ65.3554.9561.81-
YUV199.99128.01164.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 200 (78.52% from 255) = 32%
R=40.16%
G=27.84%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117420000.310.200.02339.7490.5983.33
HexFBAEC801F1421545b53
Octal373256310037242524133123
Binary111110111010111011001000011111101001010101010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEC8; }

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

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

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

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

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

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

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

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