Html Css Color HEX #F8ABC6 Cupid

📋 copy color: '#F8ABC6'

red 248 ◦ green 171 ◦ blue 198

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

Shades of Cupid #F8ABC6

Tints of Cupid #F8ABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.71%

 BLUE value IS 198 (77.73% from 255) = 32.09%

R = 40.19%
G = 27.71%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F8ABC6 (or 0xF8ABC6) is known color: Cupid. HEX triplet: F8, AB and C6. RGB value is (248,171,198). Sum of RGB (Red+Green+Blue) = 248+171+198=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABC6 is #075439. Grayscale: #C5C5C5. Windows color (decimal): -480314 or 13020152. OLE color: 13020152.

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

Color convert

RGB 248 171 198 -
CMYK 0 0.31 0.20 0.03
HSL 338.96º 0.85% 0.82% -
HSV(B) 338.96º 0.31% 0.97% -
XYZ 63.47 53.16 60.34 -
YUV 197.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 248 171 198 0 0.31 0.20 0.03 338.96 0.85 0.82
Hex F8 AB C6 0 1F 14 3 153 55 52
Octal 370 253 306 0 37 24 3 523 125 122
Binary 11111000 10101011 11000110 0 11111 10100 11 101010011 1010101 1010010

Color Harmonies of #F8ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABC6

Black with #F8ABC6

Text Example


Text Example

White with #F8ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABC6; }

 p { color: rgb(248,171,198); }

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

background-color css

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

 a { background-color: rgb(248,171,198); }

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

border-color css

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

 span { border-color: rgb(248,171,198); }

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