#FC6B66

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

Shades of Bittersweet #FC6B66

Tints of Bittersweet #FC6B66

Color information

#FC6B66 (or 0xFC6B66) is unknown color: approx Bittersweet. HEX triplet: FC, 6B and 66. RGB value is (252,107,102). Sum of RGB (Red+Green+Blue) = 252+107+102=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6B66 is #039499. Grayscale: #959595. Windows color (decimal): -234650 or 6712316. OLE color: 6712316.

HSL color Cylindrical-coordinate representation of color #FC6B66: hue angle of 2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6B66 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252107102-
CMYK00.580.600.01
HSL96.15%69.41%-
HSV(B)59.52%98.82%-
XYZ47.832.1716.26-
YUV149.78101.04200.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.66%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=54.66%
G=23.21%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210710200.580.600.01296.1569.41
HexFC6B6603A3C126045
Octal3741531460727412140105
Binary1111110011010111100110011101011110011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6B66; }

 p { color: rgb(252,107,102); }

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

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

 a { background-color: rgb(252,107,102); }

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

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

 span { border-color: rgb(252,107,102); }

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