Html Css Color HEX #F8ABC2 Cupid

📋 copy color: '#F8ABC2'

red 248 ◦ green 171 ◦ blue 194

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

Shades of Cupid #F8ABC2

Tints of Cupid #F8ABC2

RGB

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

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

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

R = 40.46%
G = 27.9%
B = 31.65%

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

#F8ABC2 (or 0xF8ABC2) is known color: Cupid. HEX triplet: F8, AB and C2. RGB value is (248,171,194). Sum of RGB (Red+Green+Blue) = 248+171+194=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABC2 is #07543D. Grayscale: #C4C4C4. Windows color (decimal): -480318 or 12758008. OLE color: 12758008.

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

Color convert

RGB 248 171 194 -
CMYK 0 0.31 0.22 0.03
HSL 342.08º 0.85% 0.82% -
HSV(B) 342.08º 0.31% 0.97% -
XYZ 63.01 52.98 57.94 -
YUV 196.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 248 171 194 0 0.31 0.22 0.03 342.08 0.85 0.82
Hex F8 AB C2 0 1F 16 3 156 55 52
Octal 370 253 302 0 37 26 3 526 125 122
Binary 11111000 10101011 11000010 0 11111 10110 11 101010110 1010101 1010010

Color Harmonies of #F8ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ABC2

Black with #F8ABC2

Text Example


Text Example

White with #F8ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ABC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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