Html Css Color HEX #FA8481 Light Coral

📋 copy color: '#FA8481'

red 250 ◦ green 132 ◦ blue 129

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

Shades of Light Coral #FA8481

Tints of Light Coral #FA8481

RGB

 RED value IS 250 (98.05% from 255) = 48.92%

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

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 48.92%
G = 25.83%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA8481 (or 0xFA8481) is known color: Light Coral. HEX triplet: FA, 84 and 81. RGB value is (250,132,129). Sum of RGB (Red+Green+Blue) = 250+132+129=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8481 is #057B7E. Grayscale: #A7A7A7. Windows color (decimal): -359295 or 8488186. OLE color: 8488186.

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

Color convert

RGB 250 132 129 -
CMYK 0 0.47 0.48 0.02
HSL 1.49º 0.92% 0.74% -
HSV(B) 1.49º 0.48% 0.98% -
XYZ 51.64 38.41 25.46 -
YUV 166.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 250 132 129 0 0.47 0.48 0.02 1.49 0.92 0.74
Hex FA 84 81 0 2F 30 2 1 5C 4A
Octal 372 204 201 0 57 60 2 1 134 112
Binary 11111010 10000100 10000001 0 101111 110000 10 1 1011100 1001010

Color Harmonies of #FA8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8481

Black with #FA8481

Text Example


Text Example

White with #FA8481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8481; }

 p { color: rgb(250,132,129); }

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

background-color css

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

 a { background-color: rgb(250,132,129); }

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

border-color css

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

 span { border-color: rgb(250,132,129); }

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