#FBAEC4

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

Shades of Cupid #FBAEC4

Tints of Cupid #FBAEC4

Color information

#FBAEC4 (or 0xFBAEC4) is unknown color: approx Cupid. HEX triplet: FB, AE and C4. RGB value is (251,174,196). Sum of RGB (Red+Green+Blue) = 251+174+196=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEC4 is #04513B. Grayscale: #C7C7C7. Windows color (decimal): -282940 or 12889851. OLE color: 12889851.

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

Color convert

RGB251174196-
CMYK00.310.220.02
HSL342.86º90.59%83.33%-
HSV(B)342.86º30.68%98.43%-
XYZ64.8854.7759.38-
YUV199.53126.01164.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 196 (76.95% from 255) = 31.56%
R=40.42%
G=28.02%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117419600.310.220.02342.8690.5983.33
HexFBAEC401F1621575b53
Octal373256304037262527133123
Binary111110111010111011000100011111101101010101011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAEC4; }

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

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

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

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

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

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

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

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