Html Css Color HEX #FC7D7D Light Coral

📋 copy color: '#FC7D7D'

red 252 ◦ green 125 ◦ blue 125

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

Shades of Light Coral #FC7D7D

Tints of Light Coral #FC7D7D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.9%

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

R = 50.2%
G = 24.9%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC7D7D (or 0xFC7D7D) is known color: Light Coral. HEX triplet: FC, 7D and 7D. RGB value is (252,125,125). Sum of RGB (Red+Green+Blue) = 252+125+125=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D7D is #038282. Grayscale: #A3A3A3. Windows color (decimal): -230019 or 8224252. OLE color: 8224252.

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

Color convert

RGB 252 125 125 -
CMYK 0 0.50 0.50 0.01
HSL 0.95% 0.74% -
HSV(B) 0.5% 0.99% -
XYZ 51.18 36.84 23.82 -
YUV 162.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 252 125 125 0 0.50 0.50 0.01 0 0.95 0.74
Hex FC 7D 7D 0 32 32 1 0 5F 4A
Octal 374 175 175 0 62 62 1 0 137 112
Binary 11111100 1111101 1111101 0 110010 110010 1 0 1011111 1001010

Color Harmonies of #FC7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D7D

Black with #FC7D7D

Text Example


Text Example

White with #FC7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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