Html Css Color HEX #F8A7BA Cupid

📋 copy color: '#F8A7BA'

red 248 ◦ green 167 ◦ blue 186

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

Shades of Cupid #F8A7BA

Tints of Cupid #F8A7BA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.79%

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

R = 41.26%
G = 27.79%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8A7BA (or 0xF8A7BA) is known color: Cupid. HEX triplet: F8, A7 and BA. RGB value is (248,167,186). Sum of RGB (Red+Green+Blue) = 248+167+186=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7BA is #075845. Grayscale: #C1C1C1. Windows color (decimal): -481350 or 12232696. OLE color: 12232696.

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

Color convert

RGB 248 167 186 -
CMYK 0 0.33 0.25 0.03
HSL 345.93º 0.85% 0.81% -
HSV(B) 345.93º 0.33% 0.97% -
XYZ 61.39 51.14 53.09 -
YUV 193.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 248 167 186 0 0.33 0.25 0.03 345.93 0.85 0.81
Hex F8 A7 BA 0 21 19 3 15A 55 51
Octal 370 247 272 0 41 31 3 532 125 121
Binary 11111000 10100111 10111010 0 100001 11001 11 101011010 1010101 1010001

Color Harmonies of #F8A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A7BA

Black with #F8A7BA

Text Example


Text Example

White with #F8A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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