Html Css Color HEX #FA8685 Light Coral

📋 copy color: '#FA8685'

red 250 ◦ green 134 ◦ blue 133

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

Shades of Light Coral #FA8685

Tints of Light Coral #FA8685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.92%

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

R = 48.36%
G = 25.92%
B = 25.73%

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

#FA8685 (or 0xFA8685) is known color: Light Coral. HEX triplet: FA, 86 and 85. RGB value is (250,134,133). Sum of RGB (Red+Green+Blue) = 250+134+133=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8685 is #05797A. Grayscale: #A8A8A8. Windows color (decimal): -358779 or 8750842. OLE color: 8750842.

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

Color convert

RGB 250 134 133 -
CMYK 0 0.46 0.47 0.02
HSL 0.51º 0.92% 0.75% -
HSV(B) 0.51º 0.47% 0.98% -
XYZ 52.18 39.07 26.98 -
YUV 168.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 250 134 133 0 0.46 0.47 0.02 0.51 0.92 0.75
Hex FA 86 85 0 2E 2F 2 1 5C 4B
Octal 372 206 205 0 56 57 2 1 134 113
Binary 11111010 10000110 10000101 0 101110 101111 10 1 1011100 1001011

Color Harmonies of #FA8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8685

Black with #FA8685

Text Example


Text Example

White with #FA8685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8685; }

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

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

background-color css

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

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

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

border-color css

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

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

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