Html Css Color HEX #FA8884 Light Coral

📋 copy color: '#FA8884'

red 250 ◦ green 136 ◦ blue 132

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

Shades of Light Coral #FA8884

Tints of Light Coral #FA8884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.25%

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 48.26%
G = 26.25%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA8884 (or 0xFA8884) is known color: Light Coral. HEX triplet: FA, 88 and 84. RGB value is (250,136,132). Sum of RGB (Red+Green+Blue) = 250+136+132=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8884 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8884 is #05777B. Grayscale: #A9A9A9. Windows color (decimal): -358268 or 8685818. OLE color: 8685818.

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

Color convert

RGB 250 136 132 -
CMYK 0 0.46 0.47 0.02
HSL 2.03º 0.92% 0.75% -
HSV(B) 2.03º 0.47% 0.98% -
XYZ 52.39 39.6 26.71 -
YUV 169.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 250 136 132 0 0.46 0.47 0.02 2.03 0.92 0.75
Hex FA 88 84 0 2E 2F 2 2 5C 4B
Octal 372 210 204 0 56 57 2 2 134 113
Binary 11111010 10001000 10000100 0 101110 101111 10 10 1011100 1001011

Color Harmonies of #FA8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8884

Black with #FA8884

Text Example


Text Example

White with #FA8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8884; }

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

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

background-color css

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

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

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

border-color css

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

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

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