#FFADC5

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

Shades of Cupid #FFADC5

Tints of Cupid #FFADC5

Color information

#FFADC5 (or 0xFFADC5) is unknown color: approx Cupid. HEX triplet: FF, AD and C5. RGB value is (255,173,197). Sum of RGB (Red+Green+Blue) = 255+173+197=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC5 is #00523A. Grayscale: #C8C8C8. Windows color (decimal): -21051 or 12955135. OLE color: 12955135.

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

Color convert

RGB255173197-
CMYK00.320.230
HSL342.44º100%83.92%-
HSV(B)342.44º32.16%100%-
XYZ66.2655.1859.98-
YUV200.25126.17167.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=40.8%
G=27.68%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517319700.320.230342.4410083.92
HexFFADC50201701566454
Octal377255305040270526144124
Binary111111111010110111000101010000010111010101011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADC5; }

 p { color: rgb(255,173,197); }

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

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

 a { background-color: rgb(255,173,197); }

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

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

 span { border-color: rgb(255,173,197); }

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