Html Css Color HEX #FC807E Light Coral

📋 copy color: '#FC807E'

red 252 ◦ green 128 ◦ blue 126

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

Shades of Light Coral #FC807E

Tints of Light Coral #FC807E

RGB

 RED value IS 252 (98.83% from 255) = 49.8%

 GREEN value IS 128 (50.39% from 255) = 25.3%

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 49.8%
G = 25.3%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC807E (or 0xFC807E) is known color: Light Coral. HEX triplet: FC, 80 and 7E. RGB value is (252,128,126). Sum of RGB (Red+Green+Blue) = 252+128+126=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC807E is #037F81. Grayscale: #A4A4A4. Windows color (decimal): -229250 or 8290556. OLE color: 8290556.

HSL color Cylindrical-coordinate representation of color #FC807E: hue angle of 0.95º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC807E is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 128 126 -
CMYK 0 0.49 0.5 0.01
HSL 0.95º 0.95% 0.74% -
HSV(B) 0.95º 0.5% 0.99% -
XYZ 51.63 37.64 24.28 -
YUV 164.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 252 128 126 0 0.49 0.5 0.01 0.95 0.95 0.74
Hex FC 80 7E 0 31 32 1 1 5F 4A
Octal 374 200 176 0 61 62 1 1 137 112
Binary 11111100 10000000 1111110 0 110001 110010 1 1 1011111 1001010

Color Harmonies of #FC807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC807E

Black with #FC807E

Text Example


Text Example

White with #FC807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC807E; }

 p { color: rgb(252,128,126); }

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

background-color css

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

 a { background-color: rgb(252,128,126); }

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

border-color css

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

 span { border-color: rgb(252,128,126); }

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