Html Css Color HEX #FFADC5 Cupid

📋 copy color: '#FFADC5'

red 255 ◦ green 173 ◦ blue 197

#FFADC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cupid #FFADC5

Tints of Cupid #FFADC5

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 value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFADC5 (or 0xFFADC5) is known color: 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

RGB 255 173 197 -
CMYK 0 0.32 0.23 0
HSL 342.44º 1% 0.84% -
HSV(B) 342.44º 0.32% 1% -
XYZ 66.26 55.18 59.98 -
YUV 200.25 126.17 167.05 -
System Red Green Blue C M Y K H S L
Decimal 255 173 197 0 0.32 0.23 0 342.44 1 0.84
Hex FF AD C5 0 20 17 0 156 64 54
Octal 377 255 305 0 40 27 0 526 144 124
Binary 11111111 10101101 11000101 0 100000 10111 0 101010110 1100100 1010100

Color Harmonies of #FFADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADC5

Black with #FFADC5

Text Example


Text Example

White with #FFADC5

Text Example


Text Example

HTML Codes & Css Web 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>