Html Css Color HEX #F7ADC8 Cupid

📋 copy color: '#F7ADC8'

red 247 ◦ green 173 ◦ blue 200

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

Shades of Cupid #F7ADC8

Tints of Cupid #F7ADC8

RGB

 RED value IS 247 (96.88% from 255) = 39.84%

 GREEN value IS 173 (67.97% from 255) = 27.9%

 BLUE value IS 200 (78.52% from 255) = 32.26%

R = 39.84%
G = 27.9%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F7ADC8 (or 0xF7ADC8) is known color: Cupid. HEX triplet: F7, AD and C8. RGB value is (247,173,200). Sum of RGB (Red+Green+Blue) = 247+173+200=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC8 is #085237. Grayscale: #C6C6C6. Windows color (decimal): -545336 or 13151735. OLE color: 13151735.

HSL color Cylindrical-coordinate representation of color #F7ADC8: hue angle of 338.11º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7ADC8 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 200 -
CMYK 0 0.30 0.19 0.03
HSL 338.11º 0.82% 0.82% -
HSV(B) 338.11º 0.3% 0.97% -
XYZ 63.73 53.83 61.68 -
YUV 198.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 247 173 200 0 0.30 0.19 0.03 338.11 0.82 0.82
Hex F7 AD C8 0 1E 13 3 152 52 52
Octal 367 255 310 0 36 23 3 522 122 122
Binary 11110111 10101101 11001000 0 11110 10011 11 101010010 1010010 1010010

Color Harmonies of #F7ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ADC8

Black with #F7ADC8

Text Example


Text Example

White with #F7ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ADC8; }

 p { color: rgb(247,173,200); }

 H1.HeaderClassName
 {
   color: #F7ADC8;
 }
 .AnyTagClassName
 {
   color: #F7ADC8;
 }
</style>

background-color css

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

 a { background-color: rgb(247,173,200); }

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

border-color css

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

 span { border-color: rgb(247,173,200); }

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