#F6B0CB

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

Shades of Cupid #F6B0CB

Tints of Cupid #F6B0CB

Color information

#F6B0CB (or 0xF6B0CB) is unknown color: approx Cupid. HEX triplet: F6, B0 and CB. RGB value is (246,176,203). Sum of RGB (Red+Green+Blue) = 246+176+203=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6B0CB is #094F34. Grayscale: #C7C7C7. Windows color (decimal): -610101 or 13349110. OLE color: 13349110.

HSL color Cylindrical-coordinate representation of color #F6B0CB: hue angle of 336.86º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F6B0CB is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246176203-
CMYK00.280.170.04
HSL336.86º79.55%82.75%-
HSV(B)336.86º28.46%96.47%-
XYZ64.3154.9663.72-
YUV200.01129.69160.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.36%
GREEN value IS 176 (69.14% from 255) = 28.16%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=39.36%
G=28.16%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617620300.280.170.04336.8679.5582.75
HexF6B0CB01C1141515053
Octal366260313034214521120123
Binary1111011010110000110010110111001000110010101000110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B0CB; }

 p { color: rgb(246,176,203); }

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

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

 a { background-color: rgb(246,176,203); }

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

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

 span { border-color: rgb(246,176,203); }

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