Html Css Color HEX #F8ACC2 Cupid

📋 copy color: '#F8ACC2'

red 248 ◦ green 172 ◦ blue 194

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

Shades of Cupid #F8ACC2

Tints of Cupid #F8ACC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.6%

R = 40.39%
G = 28.01%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F8ACC2 (or 0xF8ACC2) is known color: Cupid. HEX triplet: F8, AC and C2. RGB value is (248,172,194). Sum of RGB (Red+Green+Blue) = 248+172+194=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACC2 is #07533D. Grayscale: #C5C5C5. Windows color (decimal): -480062 or 12758264. OLE color: 12758264.

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

Color convert

RGB 248 172 194 -
CMYK 0 0.31 0.22 0.03
HSL 342.63º 0.84% 0.82% -
HSV(B) 342.63º 0.31% 0.97% -
XYZ 63.2 53.36 58.01 -
YUV 197.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 248 172 194 0 0.31 0.22 0.03 342.63 0.84 0.82
Hex F8 AC C2 0 1F 16 3 157 54 52
Octal 370 254 302 0 37 26 3 527 124 122
Binary 11111000 10101100 11000010 0 11111 10110 11 101010111 1010100 1010010

Color Harmonies of #F8ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACC2

Black with #F8ACC2

Text Example


Text Example

White with #F8ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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