#FDAEC3

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

Shades of Cupid #FDAEC3

Tints of Cupid #FDAEC3

Color information

#FDAEC3 (or 0xFDAEC3) is unknown color: approx Cupid. HEX triplet: FD, AE and C3. RGB value is (253,174,195). Sum of RGB (Red+Green+Blue) = 253+174+195=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC3 is #02513C. Grayscale: #C8C8C8. Windows color (decimal): -151869 or 12824317. OLE color: 12824317.

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

Color convert

RGB253174195-
CMYK00.310.230.01
HSL344.05º95.18%83.73%-
HSV(B)344.05º31.23%99.22%-
XYZ65.4955.0958.81-
YUV200.01125.17165.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 174 (68.36% from 255) = 27.97%
BLUE value IS 195 (76.56% from 255) = 31.35%
R=40.68%
G=27.97%
B=31.35%

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
Decimal25317419500.310.230.01344.0595.1883.73
HexFDAEC301F1711585f54
Octal375256303037271530137124
Binary11111101101011101100001101111110111110101100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEC3; }

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

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

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

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

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

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

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

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