#FDAEC4

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

Shades of Cupid #FDAEC4

Tints of Cupid #FDAEC4

Color information

#FDAEC4 (or 0xFDAEC4) is unknown color: approx Cupid. HEX triplet: FD, AE and C4. RGB value is (253,174,196). Sum of RGB (Red+Green+Blue) = 253+174+196=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEC4 is #02513B. Grayscale: #C8C8C8. Windows color (decimal): -151868 or 12889853. OLE color: 12889853.

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

Color convert

RGB253174196-
CMYK00.310.230.01
HSL343.29º95.18%83.73%-
HSV(B)343.29º31.23%99.22%-
XYZ65.6155.1459.41-
YUV200.13125.67165.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=40.61%
G=27.93%
B=31.46%

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
Decimal25317419600.310.230.01343.2995.1883.73
HexFDAEC401F1711575f54
Octal375256304037271527137124
Binary11111101101011101100010001111110111110101011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEC4; }

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

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

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

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

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

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

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

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