Html Css Color HEX #FA817D Light Coral

📋 copy color: '#FA817D'

red 250 ◦ green 129 ◦ blue 125

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

Shades of Light Coral #FA817D

Tints of Light Coral #FA817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.6%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 49.6%
G = 25.6%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA817D (or 0xFA817D) is known color: Light Coral. HEX triplet: FA, 81 and 7D. RGB value is (250,129,125). Sum of RGB (Red+Green+Blue) = 250+129+125=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA817D is #057E82. Grayscale: #A4A4A4. Windows color (decimal): -360067 or 8225274. OLE color: 8225274.

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

Color convert

RGB 250 129 125 -
CMYK 0 0.48 0.50 0.02
HSL 1.92º 0.93% 0.74% -
HSV(B) 1.92º 0.5% 0.98% -
XYZ 50.98 37.51 23.95 -
YUV 164.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 250 129 125 0 0.48 0.50 0.02 1.92 0.93 0.74
Hex FA 81 7D 0 30 32 2 2 5D 4A
Octal 372 201 175 0 60 62 2 2 135 112
Binary 11111010 10000001 1111101 0 110000 110010 10 10 1011101 1001010

Color Harmonies of #FA817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA817D

Black with #FA817D

Text Example


Text Example

White with #FA817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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