Html Css Color HEX #FC6C66 Bittersweet

📋 copy color: '#FC6C66'

red 252 ◦ green 108 ◦ blue 102

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

Shades of Bittersweet #FC6C66

Tints of Bittersweet #FC6C66

RGB

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

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

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

R = 54.55%
G = 23.38%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6C66 (or 0xFC6C66) is known color: Bittersweet. HEX triplet: FC, 6C and 66. RGB value is (252,108,102). Sum of RGB (Red+Green+Blue) = 252+108+102=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6C66 is #039399. Grayscale: #969696. Windows color (decimal): -234394 or 6712572. OLE color: 6712572.

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

Color convert

RGB 252 108 102 -
CMYK 0 0.57 0.60 0.01
HSL 2.4º 0.96% 0.69% -
HSV(B) 2.4º 0.6% 0.99% -
XYZ 47.91 32.38 16.3 -
YUV 150.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 252 108 102 0 0.57 0.60 0.01 2.4 0.96 0.69
Hex FC 6C 66 0 39 3C 1 2 60 45
Octal 374 154 146 0 71 74 1 2 140 105
Binary 11111100 1101100 1100110 0 111001 111100 1 10 1100000 1000101

Color Harmonies of #FC6C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C66

Black with #FC6C66

Text Example


Text Example

White with #FC6C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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