#FFADC4

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

Shades of Cupid #FFADC4

Tints of Cupid #FFADC4

Color information

#FFADC4 (or 0xFFADC4) is unknown color: approx Cupid. HEX triplet: FF, AD and C4. RGB value is (255,173,196). Sum of RGB (Red+Green+Blue) = 255+173+196=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADC4 is #00523B. Grayscale: #C8C8C8. Windows color (decimal): -21052 or 12889599. OLE color: 12889599.

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

Color convert

RGB255173196-
CMYK00.320.230
HSL343.17º100%83.92%-
HSV(B)343.17º32.16%100%-
XYZ66.1555.1359.38-
YUV200.14125.67167.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=40.87%
G=27.72%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517319600.320.230343.1710083.92
HexFFADC40201701576454
Octal377255304040270527144124
Binary111111111010110111000100010000010111010101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFADC4; }

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

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

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

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

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

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

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

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