Html Css Color HEX #FD8282 Light Coral

📋 copy color: '#FD8282'

red 253 ◦ green 130 ◦ blue 130

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

Shades of Light Coral #FD8282

Tints of Light Coral #FD8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.34%

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

R = 49.32%
G = 25.34%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD8282 (or 0xFD8282) is known color: Light Coral. HEX triplet: FD, 82 and 82. RGB value is (253,130,130). Sum of RGB (Red+Green+Blue) = 253+130+130=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8282 is #027D7D. Grayscale: #A6A6A6. Windows color (decimal): -163198 or 8553213. OLE color: 8553213.

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

Color convert

RGB 253 130 130 -
CMYK 0 0.49 0.49 0.01
HSL 0.97% 0.75% -
HSV(B) 0.49% 0.99% -
XYZ 52.52 38.46 25.77 -
YUV 166.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 253 130 130 0 0.49 0.49 0.01 0 0.97 0.75
Hex FD 82 82 0 31 31 1 0 61 4B
Octal 375 202 202 0 61 61 1 0 141 113
Binary 11111101 10000010 10000010 0 110001 110001 1 0 1100001 1001011

Color Harmonies of #FD8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8282

Black with #FD8282

Text Example


Text Example

White with #FD8282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8282; }

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

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

background-color css

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

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

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

border-color css

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

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

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