Html Css Color HEX #F8ADBE Cupid

📋 copy color: '#F8ADBE'

red 248 ◦ green 173 ◦ blue 190

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

Shades of Cupid #F8ADBE

Tints of Cupid #F8ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 40.59%
G = 28.31%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8ADBE (or 0xF8ADBE) is known color: Cupid. HEX triplet: F8, AD and BE. RGB value is (248,173,190). Sum of RGB (Red+Green+Blue) = 248+173+190=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADBE is #075241. Grayscale: #C5C5C5. Windows color (decimal): -479810 or 12496376. OLE color: 12496376.

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

Color convert

RGB 248 173 190 -
CMYK 0 0.30 0.23 0.03
HSL 346.4º 0.84% 0.83% -
HSV(B) 346.4º 0.3% 0.97% -
XYZ 62.95 53.56 55.74 -
YUV 197.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 248 173 190 0 0.30 0.23 0.03 346.4 0.84 0.83
Hex F8 AD BE 0 1E 17 3 15A 54 53
Octal 370 255 276 0 36 27 3 532 124 123
Binary 11111000 10101101 10111110 0 11110 10111 11 101011010 1010100 1010011

Color Harmonies of #F8ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ADBE

Black with #F8ADBE

Text Example


Text Example

White with #F8ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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