#FA827E

Color #FA827E Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #FA827E

Tints of Light Coral #FA827E

Color information

#FA827E (or 0xFA827E) is unknown color: approx Light Coral. HEX triplet: FA, 82 and 7E. RGB value is (250,130,126). Sum of RGB (Red+Green+Blue) = 250+130+126=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA827E is #057D81. Grayscale: #A5A5A5. Windows color (decimal): -359810 or 8291066. OLE color: 8291066.

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

Color convert

RGB250130126-
CMYK00.480.500.02
HSL1.94º92.54%73.73%-
HSV(B)1.94º49.6%98.04%-
XYZ51.1737.824.34-
YUV165.42105.76188.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 130 (51.17% from 255) = 25.69%
BLUE value IS 126 (49.61% from 255) = 24.90%
R=49.41%
G=25.69%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013012600.480.500.021.9492.5473.73
HexFA827E03032225d4a
Octal3722021760606222135112
Binary111110101000001011111100110000110010101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA827E; }

 p { color: rgb(250,130,126); }

 H1.HeaderClassName
 {
   color: #FA827E;
 }
 .AnyTagClassName
 {
   color: #FA827E;
 }
</style>
background-color css

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

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

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

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

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

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