Html Css Color HEX #F8ADC5 Cupid

📋 copy color: '#F8ADC5'

red 248 ◦ green 173 ◦ blue 197

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

Shades of Cupid #F8ADC5

Tints of Cupid #F8ADC5

RGB

 RED value IS 248 (97.27% from 255) = 40.13%

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

 BLUE value IS 197 (77.34% from 255) = 31.88%

R = 40.13%
G = 27.99%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8ADC5 (or 0xF8ADC5) is known color: Cupid. HEX triplet: F8, AD and C5. RGB value is (248,173,197). Sum of RGB (Red+Green+Blue) = 248+173+197=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADC5 is #07523A. Grayscale: #C6C6C6. Windows color (decimal): -479803 or 12955128. OLE color: 12955128.

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

Color convert

RGB 248 173 197 -
CMYK 0 0.30 0.21 0.03
HSL 340.8º 0.84% 0.83% -
HSV(B) 340.8º 0.3% 0.97% -
XYZ 63.73 53.87 59.86 -
YUV 198.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 248 173 197 0 0.30 0.21 0.03 340.8 0.84 0.83
Hex F8 AD C5 0 1E 15 3 155 54 53
Octal 370 255 305 0 36 25 3 525 124 123
Binary 11111000 10101101 11000101 0 11110 10101 11 101010101 1010100 1010011

Color Harmonies of #F8ADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADC5

Black with #F8ADC5

Text Example


Text Example

White with #F8ADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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