Html Css Color HEX #FD7F7E Light Coral

📋 copy color: '#FD7F7E'

red 253 ◦ green 127 ◦ blue 126

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

Shades of Light Coral #FD7F7E

Tints of Light Coral #FD7F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 50%
G = 25.1%
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

#FD7F7E (or 0xFD7F7E) is known color: Light Coral. HEX triplet: FD, 7F and 7E. RGB value is (253,127,126). Sum of RGB (Red+Green+Blue) = 253+127+126=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7F7E is #028081. Grayscale: #A4A4A4. Windows color (decimal): -163970 or 8290301. OLE color: 8290301.

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

Color convert

RGB 253 127 126 -
CMYK 0 0.50 0.50 0.01
HSL 0.47º 0.97% 0.74% -
HSV(B) 0.47º 0.5% 0.99% -
XYZ 51.86 37.57 24.26 -
YUV 164.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 253 127 126 0 0.50 0.50 0.01 0.47 0.97 0.74
Hex FD 7F 7E 0 32 32 1 0 61 4A
Octal 375 177 176 0 62 62 1 0 141 112
Binary 11111101 1111111 1111110 0 110010 110010 1 0 1100001 1001010

Color Harmonies of #FD7F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F7E

Black with #FD7F7E

Text Example


Text Example

White with #FD7F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F7E; }

 p { color: rgb(253,127,126); }

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

background-color css

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

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

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

border-color css

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

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

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