Html Css Color HEX #FA8885 Light Coral

📋 copy color: '#FA8885'

red 250 ◦ green 136 ◦ blue 133

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

Shades of Light Coral #FA8885

Tints of Light Coral #FA8885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 48.17%
G = 26.2%
B = 25.63%

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

#FA8885 (or 0xFA8885) is known color: Light Coral. HEX triplet: FA, 88 and 85. RGB value is (250,136,133). Sum of RGB (Red+Green+Blue) = 250+136+133=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8885 is #05777A. Grayscale: #A9A9A9. Windows color (decimal): -358267 or 8751354. OLE color: 8751354.

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

Color convert

RGB 250 136 133 -
CMYK 0 0.46 0.47 0.02
HSL 1.54º 0.92% 0.75% -
HSV(B) 1.54º 0.47% 0.98% -
XYZ 52.46 39.63 27.07 -
YUV 169.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 250 136 133 0 0.46 0.47 0.02 1.54 0.92 0.75
Hex FA 88 85 0 2E 2F 2 2 5C 4B
Octal 372 210 205 0 56 57 2 2 134 113
Binary 11111010 10001000 10000101 0 101110 101111 10 10 1011100 1001011

Color Harmonies of #FA8885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8885

Black with #FA8885

Text Example


Text Example

White with #FA8885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8885; }

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

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

background-color css

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

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

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

border-color css

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

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

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