#FDADC0

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

Shades of Cupid #FDADC0

Tints of Cupid #FDADC0

Color information

#FDADC0 (or 0xFDADC0) is unknown color: approx Cupid. HEX triplet: FD, AD and C0. RGB value is (253,173,192). Sum of RGB (Red+Green+Blue) = 253+173+192=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC0 is #02523F. Grayscale: #C7C7C7. Windows color (decimal): -152128 or 12627453. OLE color: 12627453.

HSL color Cylindrical-coordinate representation of color #FDADC0: hue angle of 345.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADC0 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253173192-
CMYK00.320.240.01
HSL345.75º95.24%83.53%-
HSV(B)345.75º31.62%99.22%-
XYZ64.9754.5856.98-
YUV199.09124166.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=40.94%
G=27.99%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317319200.320.240.01345.7595.2483.53
HexFDADC002018115a5f54
Octal375255300040301532137124
Binary111111011010110111000000010000011000110101101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADC0; }

 p { color: rgb(253,173,192); }

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

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

 a { background-color: rgb(253,173,192); }

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

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

 span { border-color: rgb(253,173,192); }

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