#F8AEBD

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

Shades of Cupid #F8AEBD

Tints of Cupid #F8AEBD

Color information

#F8AEBD (or 0xF8AEBD) is unknown color: approx Cupid. HEX triplet: F8, AE and BD. RGB value is (248,174,189). Sum of RGB (Red+Green+Blue) = 248+174+189=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEBD is #075142. Grayscale: #C5C5C5. Windows color (decimal): -479555 or 12431096. OLE color: 12431096.

HSL color Cylindrical-coordinate representation of color #F8AEBD: hue angle of 347.84º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEBD is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB248174189-
CMYK00.300.240.03
HSL347.84º84.09%82.75%-
HSV(B)347.84º29.84%97.25%-
XYZ63.0353.955.23-
YUV197.84123.02163.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.59%
GREEN value IS 174 (68.36% from 255) = 28.48%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=40.59%
G=28.48%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817418900.300.240.03347.8484.0982.75
HexF8AEBD01E18315c5453
Octal370256275036303534124123
Binary111110001010111010111101011110110001110101110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AEBD; }

 p { color: rgb(248,174,189); }

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

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

 a { background-color: rgb(248,174,189); }

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

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

 span { border-color: rgb(248,174,189); }

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