Html Css Color HEX #F8ACC5 Cupid

📋 copy color: '#F8ACC5'

red 248 ◦ green 172 ◦ blue 197

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

Shades of Cupid #F8ACC5

Tints of Cupid #F8ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.88%

 BLUE value IS 197 (77.34% from 255) = 31.93%

R = 40.19%
G = 27.88%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8ACC5 (or 0xF8ACC5) is known color: Cupid. HEX triplet: F8, AC and C5. RGB value is (248,172,197). Sum of RGB (Red+Green+Blue) = 248+172+197=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACC5 is #07533A. Grayscale: #C5C5C5. Windows color (decimal): -480059 or 12954872. OLE color: 12954872.

HSL color Cylindrical-coordinate representation of color #F8ACC5: hue angle of 340.26º degrees, saturation: 0.84, 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 #F8ACC5 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 197 -
CMYK 0 0.31 0.21 0.03
HSL 340.26º 0.84% 0.82% -
HSV(B) 340.26º 0.31% 0.97% -
XYZ 63.54 53.49 59.8 -
YUV 197.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 248 172 197 0 0.31 0.21 0.03 340.26 0.84 0.82
Hex F8 AC C5 0 1F 15 3 154 54 52
Octal 370 254 305 0 37 25 3 524 124 122
Binary 11111000 10101100 11000101 0 11111 10101 11 101010100 1010100 1010010

Color Harmonies of #F8ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACC5

Black with #F8ACC5

Text Example


Text Example

White with #F8ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACC5; }

 p { color: rgb(248,172,197); }

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

background-color css

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

 a { background-color: rgb(248,172,197); }

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

border-color css

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

 span { border-color: rgb(248,172,197); }

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