Html Css Color HEX #FE8685 Light Coral

📋 copy color: '#FE8685'

red 254 ◦ green 134 ◦ blue 133

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

Shades of Light Coral #FE8685

Tints of Light Coral #FE8685

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

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

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

R = 48.75%
G = 25.72%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE8685 (or 0xFE8685) is known color: Light Coral. HEX triplet: FE, 86 and 85. RGB value is (254,134,133). Sum of RGB (Red+Green+Blue) = 254+134+133=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8685 is #01797A. Grayscale: #A9A9A9. Windows color (decimal): -96635 or 8750846. OLE color: 8750846.

HSL color Cylindrical-coordinate representation of color #FE8685: hue angle of 0.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8685 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 134 133 -
CMYK 0 0.47 0.48 0.00
HSL 0.5º 0.98% 0.76% -
HSV(B) 0.5º 0.48% 1% -
XYZ 53.63 39.81 27.05 -
YUV 169.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 254 134 133 0 0.47 0.48 0.00 0.5 0.98 0.76
Hex FE 86 85 0 2F 30 0 0 62 4C
Octal 376 206 205 0 57 60 0 0 142 114
Binary 11111110 10000110 10000101 0 101111 110000 0 0 1100010 1001100

Color Harmonies of #FE8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8685

Black with #FE8685

Text Example


Text Example

White with #FE8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8685; }

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

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

background-color css

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

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

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

border-color css

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

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

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