#FDAFC2

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

Shades of Cupid #FDAFC2

Tints of Cupid #FDAFC2

Color information

#FDAFC2 (or 0xFDAFC2) is unknown color: approx Cupid. HEX triplet: FD, AF and C2. RGB value is (253,175,194). Sum of RGB (Red+Green+Blue) = 253+175+194=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFC2 is #02503D. Grayscale: #C8C8C8. Windows color (decimal): -151614 or 12759037. OLE color: 12759037.

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

Color convert

RGB253175194-
CMYK00.310.230.01
HSL345.38º95.12%83.92%-
HSV(B)345.38º30.83%99.22%-
XYZ65.5855.4458.28-
YUV200.49124.34165.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=40.68%
G=28.14%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317519400.310.230.01345.3895.1283.92
HexFDAFC201F1711595f54
Octal375257302037271531137124
Binary11111101101011111100001001111110111110101100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFC2; }

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

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

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

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

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

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

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

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