#F8ABBB

Color #F8ABBB Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #F8ABBB

Tints of Cupid #F8ABBB

Color information

#F8ABBB (or 0xF8ABBB) is unknown color: approx Cupid. HEX triplet: F8, AB and BB. RGB value is (248,171,187). Sum of RGB (Red+Green+Blue) = 248+171+187=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABBB is #075444. Grayscale: #C3C3C3. Windows color (decimal): -480325 or 12299256. OLE color: 12299256.

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

Color convert

RGB248171187-
CMYK00.310.250.03
HSL347.53º84.62%82.16%-
HSV(B)347.53º31.05%97.25%-
XYZ62.2452.6753.9-
YUV195.85123.01165.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=40.92%
G=28.22%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817118700.310.250.03347.5384.6282.16
HexF8ABBB01F19315c5552
Octal370253273037313534125122
Binary111110001010101110111011011111110011110101110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ABBB; }

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

 H1.HeaderClassName
 {
   color: #F8ABBB;
 }
 .AnyTagClassName
 {
   color: #F8ABBB;
 }
</style>
background-color css

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

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

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

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

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

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