#F8A8BC

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

Shades of Cupid #F8A8BC

Tints of Cupid #F8A8BC

Color information

#F8A8BC (or 0xF8A8BC) is unknown color: approx Cupid. HEX triplet: F8, A8 and BC. RGB value is (248,168,188). Sum of RGB (Red+Green+Blue) = 248+168+188=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8BC is #075743. Grayscale: #C2C2C2. Windows color (decimal): -481092 or 12364024. OLE color: 12364024.

HSL color Cylindrical-coordinate representation of color #F8A8BC: hue angle of 345º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A8BC is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB248168188-
CMYK00.320.240.03
HSL345º85.11%81.57%-
HSV(B)345º32.26%97.25%-
XYZ61.7951.5954.28-
YUV194.2124.5166.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 168 (66.02% from 255) = 27.81%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=41.06%
G=27.81%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816818800.320.240.0334585.1181.57
HexF8A8BC0201831595552
Octal370250274040303531125122
Binary1111100010101000101111000100000110001110101100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8BC; }

 p { color: rgb(248,168,188); }

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

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

 a { background-color: rgb(248,168,188); }

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

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

 span { border-color: rgb(248,168,188); }

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