Html Css Color HEX #FC6766 Bittersweet

📋 copy color: '#FC6766'

red 252 ◦ green 103 ◦ blue 102

#FC6766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FC6766

Tints of Bittersweet #FC6766

RGB

 RED value IS 252 (98.83% from 255) = 55.14%

 GREEN value IS 103 (40.63% from 255) = 22.54%

 BLUE value IS 102 (40.23% from 255) = 22.32%

R = 55.14%
G = 22.54%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6766 (or 0xFC6766) is known color: Bittersweet. HEX triplet: FC, 67 and 66. RGB value is (252,103,102). Sum of RGB (Red+Green+Blue) = 252+103+102=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6766 is #039899. Grayscale: #939393. Windows color (decimal): -235674 or 6711292. OLE color: 6711292.

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

Color convert

RGB 252 103 102 -
CMYK 0 0.59 0.60 0.01
HSL 0.4º 0.96% 0.69% -
HSV(B) 0.4º 0.6% 0.99% -
XYZ 47.39 31.36 16.12 -
YUV 147.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 252 103 102 0 0.59 0.60 0.01 0.4 0.96 0.69
Hex FC 67 66 0 3B 3C 1 0 60 45
Octal 374 147 146 0 73 74 1 0 140 105
Binary 11111100 1100111 1100110 0 111011 111100 1 0 1100000 1000101

Color Harmonies of #FC6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6766

Black with #FC6766

Text Example


Text Example

White with #FC6766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6766; }

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

 H1.HeaderClassName
 {
   color: #FC6766;
 }
 .AnyTagClassName
 {
   color: #FC6766;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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