Html Css Color HEX #FC695C Bittersweet

📋 copy color: '#FC695C'

red 252 ◦ green 105 ◦ blue 92

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

Shades of Bittersweet #FC695C

Tints of Bittersweet #FC695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.39%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 56.12%
G = 23.39%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC695C (or 0xFC695C) is known color: Bittersweet. HEX triplet: FC, 69 and 5C. RGB value is (252,105,92). Sum of RGB (Red+Green+Blue) = 252+105+92=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC695C is #0396A3. Grayscale: #939393. Windows color (decimal): -235172 or 6056444. OLE color: 6056444.

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

Color convert

RGB 252 105 92 -
CMYK 0 0.58 0.63 0.01
HSL 4.88º 0.96% 0.67% -
HSV(B) 4.88º 0.63% 0.99% -
XYZ 47.13 31.57 13.74 -
YUV 147.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 252 105 92 0 0.58 0.63 0.01 4.88 0.96 0.67
Hex FC 69 5C 0 3A 3F 1 5 60 43
Octal 374 151 134 0 72 77 1 5 140 103
Binary 11111100 1101001 1011100 0 111010 111111 1 101 1100000 1000011

Color Harmonies of #FC695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC695C

Black with #FC695C

Text Example


Text Example

White with #FC695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC695C; }

 p { color: rgb(252,105,92); }

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

background-color css

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

 a { background-color: rgb(252,105,92); }

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

border-color css

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

 span { border-color: rgb(252,105,92); }

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