Html Css Color HEX #FC6C68 Bittersweet

📋 copy color: '#FC6C68'

red 252 ◦ green 108 ◦ blue 104

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

Shades of Bittersweet #FC6C68

Tints of Bittersweet #FC6C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 54.31%
G = 23.28%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC6C68 (or 0xFC6C68) is known color: Bittersweet. HEX triplet: FC, 6C and 68. RGB value is (252,108,104). Sum of RGB (Red+Green+Blue) = 252+108+104=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C68 is #039397. Grayscale: #969696. Windows color (decimal): -234392 or 6843644. OLE color: 6843644.

HSL color Cylindrical-coordinate representation of color #FC6C68: hue angle of 1.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC6C68 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 104 -
CMYK 0 0.57 0.59 0.01
HSL 1.62º 0.96% 0.7% -
HSV(B) 1.62º 0.59% 0.99% -
XYZ 48.01 32.42 16.82 -
YUV 150.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 252 108 104 0 0.57 0.59 0.01 1.62 0.96 0.7
Hex FC 6C 68 0 39 3B 1 2 60 46
Octal 374 154 150 0 71 73 1 2 140 106
Binary 11111100 1101100 1101000 0 111001 111011 1 10 1100000 1000110

Color Harmonies of #FC6C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C68

Black with #FC6C68

Text Example


Text Example

White with #FC6C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C68; }

 p { color: rgb(252,108,104); }

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

background-color css

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

 a { background-color: rgb(252,108,104); }

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

border-color css

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

 span { border-color: rgb(252,108,104); }

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