Html Css Color HEX #F7ADC6 Cupid

📋 copy color: '#F7ADC6'

red 247 ◦ green 173 ◦ blue 198

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

Shades of Cupid #F7ADC6

Tints of Cupid #F7ADC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.04%

R = 39.97%
G = 27.99%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F7ADC6 (or 0xF7ADC6) is known color: Cupid. HEX triplet: F7, AD and C6. RGB value is (247,173,198). Sum of RGB (Red+Green+Blue) = 247+173+198=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADC6 is #085239. Grayscale: #C5C5C5. Windows color (decimal): -545338 or 13020663. OLE color: 13020663.

HSL color Cylindrical-coordinate representation of color #F7ADC6: hue angle of 339.73º 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 #F7ADC6 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 173 198 -
CMYK 0 0.30 0.20 0.03
HSL 339.73º 0.82% 0.82% -
HSV(B) 339.73º 0.3% 0.97% -
XYZ 63.49 53.74 60.45 -
YUV 197.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 247 173 198 0 0.30 0.20 0.03 339.73 0.82 0.82
Hex F7 AD C6 0 1E 14 3 154 52 52
Octal 367 255 306 0 36 24 3 524 122 122
Binary 11110111 10101101 11000110 0 11110 10100 11 101010100 1010010 1010010

Color Harmonies of #F7ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7ADC6

Black with #F7ADC6

Text Example


Text Example

White with #F7ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7ADC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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