Html Css Color HEX #F8A6B7 Cupid

📋 copy color: '#F8A6B7'

red 248 ◦ green 166 ◦ blue 183

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

Shades of Cupid #F8A6B7

Tints of Cupid #F8A6B7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.81%

 BLUE value IS 183 (71.88% from 255) = 30.65%

R = 41.54%
G = 27.81%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8A6B7 (or 0xF8A6B7) is known color: Cupid. HEX triplet: F8, A6 and B7. RGB value is (248,166,183). Sum of RGB (Red+Green+Blue) = 248+166+183=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6B7 is #075948. Grayscale: #C0C0C0. Windows color (decimal): -481609 or 12035832. OLE color: 12035832.

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

Color convert

RGB 248 166 183 -
CMYK 0 0.33 0.26 0.03
HSL 347.56º 0.85% 0.81% -
HSV(B) 347.56º 0.33% 0.97% -
XYZ 60.89 50.65 51.37 -
YUV 192.46 122.67 167.62 -
System Red Green Blue C M Y K H S L
Decimal 248 166 183 0 0.33 0.26 0.03 347.56 0.85 0.81
Hex F8 A6 B7 0 21 1A 3 15C 55 51
Octal 370 246 267 0 41 32 3 534 125 121
Binary 11111000 10100110 10110111 0 100001 11010 11 101011100 1010101 1010001

Color Harmonies of #F8A6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A6B7

Black with #F8A6B7

Text Example


Text Example

White with #F8A6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A6B7; }

 p { color: rgb(248,166,183); }

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

background-color css

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

 a { background-color: rgb(248,166,183); }

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

border-color css

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

 span { border-color: rgb(248,166,183); }

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