#FDAFC4

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

Shades of Cupid #FDAFC4

Tints of Cupid #FDAFC4

Color information

#FDAFC4 (or 0xFDAFC4) is unknown color: approx Cupid. HEX triplet: FD, AF and C4. RGB value is (253,175,196). Sum of RGB (Red+Green+Blue) = 253+175+196=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFC4 is #02503B. Grayscale: #C8C8C8. Windows color (decimal): -151612 or 12890109. OLE color: 12890109.

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

Color convert

RGB253175196-
CMYK00.310.230.01
HSL343.85º95.12%83.92%-
HSV(B)343.85º30.83%99.22%-
XYZ65.855.5359.47-
YUV200.72125.34165.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 175 (68.75% from 255) = 28.04%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=40.54%
G=28.04%
B=31.41%

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
Decimal25317519600.310.230.01343.8595.1283.92
HexFDAFC401F1711585f54
Octal375257304037271530137124
Binary11111101101011111100010001111110111110101100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFC4; }

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

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

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

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

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

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

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

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