Html Css Color HEX #FD8380 Light Coral

📋 copy color: '#FD8380'

red 253 ◦ green 131 ◦ blue 128

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

Shades of Light Coral #FD8380

Tints of Light Coral #FD8380

RGB

 RED value IS 253 (99.22% from 255) = 49.41%

 GREEN value IS 131 (51.56% from 255) = 25.59%

 BLUE value IS 128 (50.39% from 255) = 25%

R = 49.41%
G = 25.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD8380 (or 0xFD8380) is known color: Light Coral. HEX triplet: FD, 83 and 80. RGB value is (253,131,128). Sum of RGB (Red+Green+Blue) = 253+131+128=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8380 is #027C7F. Grayscale: #A7A7A7. Windows color (decimal): -162944 or 8422397. OLE color: 8422397.

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

Color convert

RGB 253 131 128 -
CMYK 0 0.48 0.49 0.01
HSL 1.44º 0.97% 0.75% -
HSV(B) 1.44º 0.49% 0.99% -
XYZ 52.52 38.67 25.12 -
YUV 167.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 253 131 128 0 0.48 0.49 0.01 1.44 0.97 0.75
Hex FD 83 80 0 30 31 1 1 61 4B
Octal 375 203 200 0 60 61 1 1 141 113
Binary 11111101 10000011 10000000 0 110000 110001 1 1 1100001 1001011

Color Harmonies of #FD8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8380

Black with #FD8380

Text Example


Text Example

White with #FD8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8380; }

 p { color: rgb(253,131,128); }

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

background-color css

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

 a { background-color: rgb(253,131,128); }

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

border-color css

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

 span { border-color: rgb(253,131,128); }

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