Html Css Color HEX #F8AAC4 Cupid

📋 copy color: '#F8AAC4'

red 248 ◦ green 170 ◦ blue 196

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

Shades of Cupid #F8AAC4

Tints of Cupid #F8AAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.92%

R = 40.39%
G = 27.69%
B = 31.92%

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

#F8AAC4 (or 0xF8AAC4) is known color: Cupid. HEX triplet: F8, AA and C4. RGB value is (248,170,196). Sum of RGB (Red+Green+Blue) = 248+170+196=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAC4 is #07553B. Grayscale: #C4C4C4. Windows color (decimal): -480572 or 12888824. OLE color: 12888824.

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

Color convert

RGB 248 170 196 -
CMYK 0 0.31 0.21 0.03
HSL 340º 0.85% 0.82% -
HSV(B) 340º 0.31% 0.97% -
XYZ 63.05 52.69 59.07 -
YUV 196.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 248 170 196 0 0.31 0.21 0.03 340 0.85 0.82
Hex F8 AA C4 0 1F 15 3 154 55 52
Octal 370 252 304 0 37 25 3 524 125 122
Binary 11111000 10101010 11000100 0 11111 10101 11 101010100 1010101 1010010

Color Harmonies of #F8AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AAC4

Black with #F8AAC4

Text Example


Text Example

White with #F8AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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