#FD7866

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

Shades of Bittersweet #FD7866

Tints of Bittersweet #FD7866

Color information

#FD7866 (or 0xFD7866) is unknown color: approx Bittersweet. HEX triplet: FD, 78 and 66. RGB value is (253,120,102). Sum of RGB (Red+Green+Blue) = 253+120+102=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7866 is #028799. Grayscale: #9D9D9D. Windows color (decimal): -165786 or 6715645. OLE color: 6715645.

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

Color convert

RGB253120102-
CMYK00.530.600.01
HSL7.15º97.42%69.61%-
HSV(B)7.15º59.68%99.22%-
XYZ49.6235.2716.76-
YUV157.7196.56195.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.26%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=53.26%
G=25.26%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312010200.530.600.017.1597.4269.61
HexFD78660353C176146
Octal3751701460657417141106
Binary11111101111100011001100110101111100111111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7866; }

 p { color: rgb(253,120,102); }

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

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

 a { background-color: rgb(253,120,102); }

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

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

 span { border-color: rgb(253,120,102); }

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