Html Css Color HEX #F8AABA Cupid

📋 copy color: '#F8AABA'

red 248 ◦ green 170 ◦ blue 186

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

Shades of Cupid #F8AABA

Tints of Cupid #F8AABA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.15%

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

R = 41.06%
G = 28.15%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8AABA (or 0xF8AABA) is known color: Cupid. HEX triplet: F8, AA and BA. RGB value is (248,170,186). Sum of RGB (Red+Green+Blue) = 248+170+186=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AABA is #075545. Grayscale: #C3C3C3. Windows color (decimal): -480582 or 12233464. OLE color: 12233464.

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

Color convert

RGB 248 170 186 -
CMYK 0 0.31 0.25 0.03
HSL 347.69º 0.85% 0.82% -
HSV(B) 347.69º 0.31% 0.97% -
XYZ 61.95 52.25 53.27 -
YUV 195.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 248 170 186 0 0.31 0.25 0.03 347.69 0.85 0.82
Hex F8 AA BA 0 1F 19 3 15C 55 52
Octal 370 252 272 0 37 31 3 534 125 122
Binary 11111000 10101010 10111010 0 11111 11001 11 101011100 1010101 1010010

Color Harmonies of #F8AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AABA

Black with #F8AABA

Text Example


Text Example

White with #F8AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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