#FC6664

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

Shades of Bittersweet #FC6664

Tints of Bittersweet #FC6664

Color information

#FC6664 (or 0xFC6664) is unknown color: approx Bittersweet. HEX triplet: FC, 66 and 64. RGB value is (252,102,100). Sum of RGB (Red+Green+Blue) = 252+102+100=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6664 is #03999B. Grayscale: #929292. Windows color (decimal): -235932 or 6579964. OLE color: 6579964.

HSL color Cylindrical-coordinate representation of color #FC6664: hue angle of 0.79º 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 #FC6664 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252102100-
CMYK00.600.600.01
HSL0.79º96.2%69.02%-
HSV(B)0.79º60.32%98.82%-
XYZ47.231.1215.58-
YUV146.62101.7203.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.51%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 100 (39.45% from 255) = 22.03%
R=55.51%
G=22.47%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210210000.600.600.010.7996.269.02
HexFC666403C3C116045
Octal3741461440747411140105
Binary111111001100110110010001111001111001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6664; }

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

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

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

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

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

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

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

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