#FDAFC7

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

Shades of Cupid #FDAFC7

Tints of Cupid #FDAFC7

Color information

#FDAFC7 (or 0xFDAFC7) is unknown color: approx Cupid. HEX triplet: FD, AF and C7. RGB value is (253,175,199). Sum of RGB (Red+Green+Blue) = 253+175+199=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFC7 is #025038. Grayscale: #C9C9C9. Windows color (decimal): -151609 or 13086717. OLE color: 13086717.

HSL color Cylindrical-coordinate representation of color #FDAFC7: hue angle of 341.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFC7 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB253175199-
CMYK00.310.210.01
HSL341.54º95.12%83.92%-
HSV(B)341.54º30.83%99.22%-
XYZ66.1555.6761.29-
YUV201.06126.84165.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 199 (78.12% from 255) = 31.74%
R=40.35%
G=27.91%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317519900.310.210.01341.5495.1283.92
HexFDAFC701F1511565f54
Octal375257307037251526137124
Binary11111101101011111100011101111110101110101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFC7; }

 p { color: rgb(253,175,199); }

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

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

 a { background-color: rgb(253,175,199); }

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

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

 span { border-color: rgb(253,175,199); }

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