#FDADC6

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

Shades of Cupid #FDADC6

Tints of Cupid #FDADC6

Color information

#FDADC6 (or 0xFDADC6) is unknown color: approx Cupid. HEX triplet: FD, AD and C6. RGB value is (253,173,198). Sum of RGB (Red+Green+Blue) = 253+173+198=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC6 is #025239. Grayscale: #C7C7C7. Windows color (decimal): -152122 or 13020669. OLE color: 13020669.

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

Color convert

RGB253173198-
CMYK00.320.220.01
HSL341.25º95.24%83.53%-
HSV(B)341.25º31.62%99.22%-
XYZ65.6454.8560.55-
YUV199.77127165.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=40.54%
G=27.72%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317319800.320.220.01341.2595.2483.53
HexFDADC60201611555f54
Octal375255306040261525137124
Binary111111011010110111000110010000010110110101010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADC6; }

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

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

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

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

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

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

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

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