Html Css Color HEX #F8A8BA Cupid

📋 copy color: '#F8A8BA'

red 248 ◦ green 168 ◦ blue 186

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

Shades of Cupid #F8A8BA

Tints of Cupid #F8A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.91%

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 41.2%
G = 27.91%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8A8BA (or 0xF8A8BA) is known color: Cupid. HEX triplet: F8, A8 and BA. RGB value is (248,168,186). Sum of RGB (Red+Green+Blue) = 248+168+186=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8BA is #075745. Grayscale: #C1C1C1. Windows color (decimal): -481094 or 12232952. OLE color: 12232952.

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

Color convert

RGB 248 168 186 -
CMYK 0 0.32 0.25 0.03
HSL 346.5º 0.85% 0.82% -
HSV(B) 346.5º 0.32% 0.97% -
XYZ 61.58 51.51 53.15 -
YUV 193.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 248 168 186 0 0.32 0.25 0.03 346.5 0.85 0.82
Hex F8 A8 BA 0 20 19 3 15A 55 52
Octal 370 250 272 0 40 31 3 532 125 122
Binary 11111000 10101000 10111010 0 100000 11001 11 101011010 1010101 1010010

Color Harmonies of #F8A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A8BA

Black with #F8A8BA

Text Example


Text Example

White with #F8A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A8BA; }

 p { color: rgb(248,168,186); }

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

background-color css

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

 a { background-color: rgb(248,168,186); }

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

border-color css

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

 span { border-color: rgb(248,168,186); }

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