Html Css Color HEX #FD8482 Light Coral

📋 copy color: '#FD8482'

red 253 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #FD8482

Tints of Light Coral #FD8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.63%

 BLUE value IS 130 (51.17% from 255) = 25.24%

R = 49.13%
G = 25.63%
B = 25.24%

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

#FD8482 (or 0xFD8482) is known color: Light Coral. HEX triplet: FD, 84 and 82. RGB value is (253,132,130). Sum of RGB (Red+Green+Blue) = 253+132+130=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8482 is #027B7D. Grayscale: #A8A8A8. Windows color (decimal): -162686 or 8553725. OLE color: 8553725.

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

Color convert

RGB 253 132 130 -
CMYK 0 0.48 0.49 0.01
HSL 0.98º 0.97% 0.75% -
HSV(B) 0.98º 0.49% 0.99% -
XYZ 52.79 39 25.86 -
YUV 167.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 253 132 130 0 0.48 0.49 0.01 0.98 0.97 0.75
Hex FD 84 82 0 30 31 1 1 61 4B
Octal 375 204 202 0 60 61 1 1 141 113
Binary 11111101 10000100 10000010 0 110000 110001 1 1 1100001 1001011

Color Harmonies of #FD8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8482

Black with #FD8482

Text Example


Text Example

White with #FD8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8482; }

 p { color: rgb(253,132,130); }

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

background-color css

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

 a { background-color: rgb(253,132,130); }

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

border-color css

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

 span { border-color: rgb(253,132,130); }

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