#F8A9C3

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

Shades of Cupid #F8A9C3

Tints of Cupid #F8A9C3

Color information

#F8A9C3 (or 0xF8A9C3) is unknown color: approx Cupid. HEX triplet: F8, A9 and C3. RGB value is (248,169,195). Sum of RGB (Red+Green+Blue) = 248+169+195=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9C3 is #07563C. Grayscale: #C3C3C3. Windows color (decimal): -480829 or 12823032. OLE color: 12823032.

HSL color Cylindrical-coordinate representation of color #F8A9C3: hue angle of 340.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9C3 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248169195-
CMYK00.320.210.03
HSL340.25º84.95%81.76%-
HSV(B)340.25º31.85%97.25%-
XYZ62.7552.2758.41-
YUV195.58127.67165.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.52%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=40.52%
G=27.61%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816919500.320.210.03340.2584.9581.76
HexF8A9C30201531545552
Octal370251303040253524125122
Binary1111100010101001110000110100000101011110101010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A9C3; }

 p { color: rgb(248,169,195); }

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

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

 a { background-color: rgb(248,169,195); }

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

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

 span { border-color: rgb(248,169,195); }

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