#F8B5C9

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

Shades of Cupid #F8B5C9

Tints of Cupid #F8B5C9

Color information

#F8B5C9 (or 0xF8B5C9) is unknown color: approx Cupid. HEX triplet: F8, B5 and C9. RGB value is (248,181,201). Sum of RGB (Red+Green+Blue) = 248+181+201=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5C9 is #074A36. Grayscale: #CBCBCB. Windows color (decimal): -477751 or 13219320. OLE color: 13219320.

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

Color convert

RGB248181201-
CMYK00.270.190.03
HSL342.09º82.72%84.12%-
HSV(B)342.09º27.02%97.25%-
XYZ65.7857.2262.84-
YUV203.31126.7159.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 181 (71.09% from 255) = 28.73%
BLUE value IS 201 (78.91% from 255) = 31.90%
R=39.37%
G=28.73%
B=31.90%

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
Decimal24818120100.270.190.03342.0982.7284.12
HexF8B5C901B1331565354
Octal370265311033233526123124
Binary111110001011010111001001011011100111110101011010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B5C9; }

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

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

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

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

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

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

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

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