Html Css Color HEX #FE8585 Light Coral

📋 copy color: '#FE8585'

red 254 ◦ green 133 ◦ blue 133

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

Shades of Light Coral #FE8585

Tints of Light Coral #FE8585

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.58%

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

R = 48.85%
G = 25.58%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE8585 (or 0xFE8585) is known color: Light Coral. HEX triplet: FE, 85 and 85. RGB value is (254,133,133). Sum of RGB (Red+Green+Blue) = 254+133+133=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8585 is #017A7A. Grayscale: #A9A9A9. Windows color (decimal): -96891 or 8750590. OLE color: 8750590.

HSL color Cylindrical-coordinate representation of color #FE8585: hue angle of 0º 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 #FE8585 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 133 133 -
CMYK 0 0.48 0.48 0.00
HSL 0.98% 0.76% -
HSV(B) 0.48% 1% -
XYZ 53.49 39.54 27 -
YUV 169.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 254 133 133 0 0.48 0.48 0.00 0 0.98 0.76
Hex FE 85 85 0 30 30 0 0 62 4C
Octal 376 205 205 0 60 60 0 0 142 114
Binary 11111110 10000101 10000101 0 110000 110000 0 0 1100010 1001100

Color Harmonies of #FE8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8585

Black with #FE8585

Text Example


Text Example

White with #FE8585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8585; }

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

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

background-color css

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

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

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

border-color css

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

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

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