Html Css Color HEX #FC807D Light Coral

📋 copy color: '#FC807D'

red 252 ◦ green 128 ◦ blue 125

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

Shades of Light Coral #FC807D

Tints of Light Coral #FC807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 49.9%
G = 25.35%
B = 24.75%

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

#FC807D (or 0xFC807D) is known color: Light Coral. HEX triplet: FC, 80 and 7D. RGB value is (252,128,125). Sum of RGB (Red+Green+Blue) = 252+128+125=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC807D is #037F82. Grayscale: #A4A4A4. Windows color (decimal): -229251 or 8225020. OLE color: 8225020.

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

Color convert

RGB 252 128 125 -
CMYK 0 0.49 0.50 0.01
HSL 1.42º 0.95% 0.74% -
HSV(B) 1.42º 0.5% 0.99% -
XYZ 51.57 37.61 23.94 -
YUV 164.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 252 128 125 0 0.49 0.50 0.01 1.42 0.95 0.74
Hex FC 80 7D 0 31 32 1 1 5F 4A
Octal 374 200 175 0 61 62 1 1 137 112
Binary 11111100 10000000 1111101 0 110001 110010 1 1 1011111 1001010

Color Harmonies of #FC807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC807D

Black with #FC807D

Text Example


Text Example

White with #FC807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC807D; }

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

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

background-color css

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

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

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

border-color css

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

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

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