#FDAEC6

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

Shades of Cupid #FDAEC6

Tints of Cupid #FDAEC6

Color information

#FDAEC6 (or 0xFDAEC6) is unknown color: approx Cupid. HEX triplet: FD, AE and C6. RGB value is (253,174,198). Sum of RGB (Red+Green+Blue) = 253+174+198=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC6 is #025139. Grayscale: #C8C8C8. Windows color (decimal): -151866 or 13020925. OLE color: 13020925.

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

Color convert

RGB253174198-
CMYK00.310.220.01
HSL341.77º95.18%83.73%-
HSV(B)341.77º31.23%99.22%-
XYZ65.8455.2360.62-
YUV200.36126.67165.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 198 (77.73% from 255) = 31.68%
R=40.48%
G=27.84%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317419800.310.220.01341.7795.1883.73
HexFDAEC601F1611565f54
Octal375256306037261526137124
Binary11111101101011101100011001111110110110101011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEC6; }

 p { color: rgb(253,174,198); }

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

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

 a { background-color: rgb(253,174,198); }

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

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

 span { border-color: rgb(253,174,198); }

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