Html Css Color HEX #FE7D7D Light Coral

📋 copy color: '#FE7D7D'

red 254 ◦ green 125 ◦ blue 125

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

Shades of Light Coral #FE7D7D

Tints of Light Coral #FE7D7D

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

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

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

R = 50.4%
G = 24.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE7D7D (or 0xFE7D7D) is known color: Light Coral. HEX triplet: FE, 7D and 7D. RGB value is (254,125,125). Sum of RGB (Red+Green+Blue) = 254+125+125=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7D7D is #018282. Grayscale: #A3A3A3. Windows color (decimal): -98947 or 8224254. OLE color: 8224254.

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

Color convert

RGB 254 125 125 -
CMYK 0 0.51 0.51 0.00
HSL 0.98% 0.74% -
HSV(B) 0.51% 1% -
XYZ 51.91 37.22 23.85 -
YUV 163.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 254 125 125 0 0.51 0.51 0.00 0 0.98 0.74
Hex FE 7D 7D 0 33 33 0 0 62 4A
Octal 376 175 175 0 63 63 0 0 142 112
Binary 11111110 1111101 1111101 0 110011 110011 0 0 1100010 1001010

Color Harmonies of #FE7D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D7D

Black with #FE7D7D

Text Example


Text Example

White with #FE7D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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