#F8B6C8

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

Shades of Cupid #F8B6C8

Tints of Cupid #F8B6C8

Color information

#F8B6C8 (or 0xF8B6C8) is unknown color: approx Cupid. HEX triplet: F8, B6 and C8. RGB value is (248,182,200). Sum of RGB (Red+Green+Blue) = 248+182+200=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B6C8 is #074937. Grayscale: #CBCBCB. Windows color (decimal): -477496 or 13154040. OLE color: 13154040.

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

Color convert

RGB248182200-
CMYK00.270.190.03
HSL343.64º82.5%84.31%-
HSV(B)343.64º26.61%97.25%-
XYZ65.8657.5862.29-
YUV203.79125.87159.54-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 182 (71.48% from 255) = 28.89%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=39.37%
G=28.89%
B=31.75%

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
Decimal24818220000.270.190.03343.6482.584.31
HexF8B6C801B1331585254
Octal370266310033233530122124
Binary111110001011011011001000011011100111110101100010100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B6C8; }

 p { color: rgb(248,182,200); }

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

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

 a { background-color: rgb(248,182,200); }

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

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

 span { border-color: rgb(248,182,200); }

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