Html Css Color HEX #FD7C7C Light Coral

📋 copy color: '#FD7C7C'

red 253 ◦ green 124 ◦ blue 124

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

Shades of Light Coral #FD7C7C

Tints of Light Coral #FD7C7C

RGB

 RED value IS 253 (99.22% from 255) = 50.5%

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 124 (48.83% from 255) = 24.75%

R = 50.5%
G = 24.75%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD7C7C (or 0xFD7C7C) is known color: Light Coral. HEX triplet: FD, 7C and 7C. RGB value is (253,124,124). Sum of RGB (Red+Green+Blue) = 253+124+124=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7C7C is #028383. Grayscale: #A2A2A2. Windows color (decimal): -164740 or 8158461. OLE color: 8158461.

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

Color convert

RGB 253 124 124 -
CMYK 0 0.51 0.51 0.01
HSL 0.97% 0.74% -
HSV(B) 0.51% 0.99% -
XYZ 51.35 36.75 23.46 -
YUV 162.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 253 124 124 0 0.51 0.51 0.01 0 0.97 0.74
Hex FD 7C 7C 0 33 33 1 0 61 4A
Octal 375 174 174 0 63 63 1 0 141 112
Binary 11111101 1111100 1111100 0 110011 110011 1 0 1100001 1001010

Color Harmonies of #FD7C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C7C

Black with #FD7C7C

Text Example


Text Example

White with #FD7C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C7C; }

 p { color: rgb(253,124,124); }

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

background-color css

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

 a { background-color: rgb(253,124,124); }

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

border-color css

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

 span { border-color: rgb(253,124,124); }

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