Html Css Color HEX #FC7F7F Light Coral

📋 copy color: '#FC7F7F'

red 252 ◦ green 127 ◦ blue 127

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

Shades of Light Coral #FC7F7F

Tints of Light Coral #FC7F7F

RGB

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

 GREEN value IS 127 (50% from 255) = 25.1%

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

R = 49.8%
G = 25.1%
B = 25.1%

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

#FC7F7F (or 0xFC7F7F) is known color: Light Coral. HEX triplet: FC, 7F and 7F. RGB value is (252,127,127). Sum of RGB (Red+Green+Blue) = 252+127+127=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7F7F is #038080. Grayscale: #A4A4A4. Windows color (decimal): -229505 or 8355836. OLE color: 8355836.

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

Color convert

RGB 252 127 127 -
CMYK 0 0.50 0.50 0.01
HSL 0.95% 0.74% -
HSV(B) 0.5% 0.99% -
XYZ 51.57 37.41 24.58 -
YUV 164.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 252 127 127 0 0.50 0.50 0.01 0 0.95 0.74
Hex FC 7F 7F 0 32 32 1 0 5F 4A
Octal 374 177 177 0 62 62 1 0 137 112
Binary 11111100 1111111 1111111 0 110010 110010 1 0 1011111 1001010

Color Harmonies of #FC7F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F7F

Black with #FC7F7F

Text Example


Text Example

White with #FC7F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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