#F9AFC8

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

Shades of Cupid #F9AFC8

Tints of Cupid #F9AFC8

Color information

#F9AFC8 (or 0xF9AFC8) is unknown color: approx Cupid. HEX triplet: F9, AF and C8. RGB value is (249,175,200). Sum of RGB (Red+Green+Blue) = 249+175+200=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFC8 is #065037. Grayscale: #C7C7C7. Windows color (decimal): -413752 or 13152249. OLE color: 13152249.

HSL color Cylindrical-coordinate representation of color #F9AFC8: hue angle of 339.73º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFC8 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249175200-
CMYK00.300.200.02
HSL339.73º86.05%83.14%-
HSV(B)339.73º29.72%97.65%-
XYZ64.8254.9761.84-
YUV199.98128.02162.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=39.90%
G=28.04%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917520000.300.200.02339.7386.0583.14
HexF9AFC801E1421545653
Octal371257310036242524126123
Binary111110011010111111001000011110101001010101010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFC8; }

 p { color: rgb(249,175,200); }

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

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

 a { background-color: rgb(249,175,200); }

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

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

 span { border-color: rgb(249,175,200); }

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