#F8B5CA

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

Shades of Cupid #F8B5CA

Tints of Cupid #F8B5CA

Color information

#F8B5CA (or 0xF8B5CA) is unknown color: approx Cupid. HEX triplet: F8, B5 and CA. RGB value is (248,181,202). Sum of RGB (Red+Green+Blue) = 248+181+202=631 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.30% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5CA is #074A35. Grayscale: #CBCBCB. Windows color (decimal): -477750 or 13284856. OLE color: 13284856.

HSL color Cylindrical-coordinate representation of color #F8B5CA: hue angle of 341.19º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B5CA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248181202-
CMYK00.270.190.03
HSL341.19º82.72%84.12%-
HSV(B)341.19º27.02%97.25%-
XYZ65.957.2763.46-
YUV203.43127.2159.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.30%
GREEN value IS 181 (71.09% from 255) = 28.68%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=39.30%
G=28.68%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818120200.270.190.03341.1982.7284.12
HexF8B5CA01B1331555354
Octal370265312033233525123124
Binary111110001011010111001010011011100111110101010110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B5CA; }

 p { color: rgb(248,181,202); }

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

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

 a { background-color: rgb(248,181,202); }

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

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

 span { border-color: rgb(248,181,202); }

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