Html Css Color HEX #FC8685 Light Coral

📋 copy color: '#FC8685'

red 252 ◦ green 134 ◦ blue 133

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

Shades of Light Coral #FC8685

Tints of Light Coral #FC8685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.82%

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 48.55%
G = 25.82%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC8685 (or 0xFC8685) is known color: Light Coral. HEX triplet: FC, 86 and 85. RGB value is (252,134,133). Sum of RGB (Red+Green+Blue) = 252+134+133=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8685 is #03797A. Grayscale: #A9A9A9. Windows color (decimal): -227707 or 8750844. OLE color: 8750844.

HSL color Cylindrical-coordinate representation of color #FC8685: hue angle of 0.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC8685 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 133 -
CMYK 0 0.47 0.47 0.01
HSL 0.5º 0.95% 0.75% -
HSV(B) 0.5º 0.47% 0.99% -
XYZ 52.9 39.44 27.01 -
YUV 169.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 252 134 133 0 0.47 0.47 0.01 0.5 0.95 0.75
Hex FC 86 85 0 2F 2F 1 1 5F 4B
Octal 374 206 205 0 57 57 1 1 137 113
Binary 11111100 10000110 10000101 0 101111 101111 1 1 1011111 1001011

Color Harmonies of #FC8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8685

Black with #FC8685

Text Example


Text Example

White with #FC8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8685; }

 p { color: rgb(252,134,133); }

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

background-color css

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

 a { background-color: rgb(252,134,133); }

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

border-color css

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

 span { border-color: rgb(252,134,133); }

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