#F6B7C8

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

Shades of Cupid #F6B7C8

Tints of Cupid #F6B7C8

Color information

#F6B7C8 (or 0xF6B7C8) is unknown color: approx Cupid. HEX triplet: F6, B7 and C8. RGB value is (246,183,200). Sum of RGB (Red+Green+Blue) = 246+183+200=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7C8 is #094837. Grayscale: #CBCBCB. Windows color (decimal): -608312 or 13154294. OLE color: 13154294.

HSL color Cylindrical-coordinate representation of color #F6B7C8: hue angle of 343.81º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B7C8 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB246183200-
CMYK00.260.190.04
HSL343.81º77.78%84.12%-
HSV(B)343.81º25.61%96.47%-
XYZ65.3657.6362.32-
YUV203.78125.87158.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 183 (71.88% from 255) = 29.09%
BLUE value IS 200 (78.52% from 255) = 31.80%
R=39.11%
G=29.09%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618320000.260.190.04343.8177.7884.12
HexF6B7C801A1341584e54
Octal366267310032234530116124
Binary1111011010110111110010000110101001110010101100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B7C8; }

 p { color: rgb(246,183,200); }

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

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

 a { background-color: rgb(246,183,200); }

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

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

 span { border-color: rgb(246,183,200); }

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