Html Css Color HEX #F8ACC0 Cupid

📋 copy color: '#F8ACC0'

red 248 ◦ green 172 ◦ blue 192

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

Shades of Cupid #F8ACC0

Tints of Cupid #F8ACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.37%

R = 40.52%
G = 28.1%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F8ACC0 (or 0xF8ACC0) is known color: Cupid. HEX triplet: F8, AC and C0. RGB value is (248,172,192). Sum of RGB (Red+Green+Blue) = 248+172+192=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACC0 is #07533F. Grayscale: #C5C5C5. Windows color (decimal): -480064 or 12627192. OLE color: 12627192.

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

Color convert

RGB 248 172 192 -
CMYK 0 0.31 0.23 0.03
HSL 344.21º 0.84% 0.82% -
HSV(B) 344.21º 0.31% 0.97% -
XYZ 62.98 53.27 56.83 -
YUV 197 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 248 172 192 0 0.31 0.23 0.03 344.21 0.84 0.82
Hex F8 AC C0 0 1F 17 3 158 54 52
Octal 370 254 300 0 37 27 3 530 124 122
Binary 11111000 10101100 11000000 0 11111 10111 11 101011000 1010100 1010010

Color Harmonies of #F8ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACC0

Black with #F8ACC0

Text Example


Text Example

White with #F8ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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