Html Css Color HEX #FC807F Light Coral

📋 copy color: '#FC807F'

red 252 ◦ green 128 ◦ blue 127

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

Shades of Light Coral #FC807F

Tints of Light Coral #FC807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.05%

R = 49.7%
G = 25.25%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC807F (or 0xFC807F) is known color: Light Coral. HEX triplet: FC, 80 and 7F. RGB value is (252,128,127). Sum of RGB (Red+Green+Blue) = 252+128+127=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC807F is #037F80. Grayscale: #A5A5A5. Windows color (decimal): -229249 or 8356092. OLE color: 8356092.

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

Color convert

RGB 252 128 127 -
CMYK 0 0.49 0.50 0.01
HSL 0.48º 0.95% 0.74% -
HSV(B) 0.48º 0.5% 0.99% -
XYZ 51.69 37.67 24.62 -
YUV 164.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 252 128 127 0 0.49 0.50 0.01 0.48 0.95 0.74
Hex FC 80 7F 0 31 32 1 0 5F 4A
Octal 374 200 177 0 61 62 1 0 137 112
Binary 11111100 10000000 1111111 0 110001 110010 1 0 1011111 1001010

Color Harmonies of #FC807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC807F

Black with #FC807F

Text Example


Text Example

White with #FC807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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