Html Css Color HEX #FD807F Light Coral

📋 copy color: '#FD807F'

red 253 ◦ green 128 ◦ blue 127

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

Shades of Light Coral #FD807F

Tints of Light Coral #FD807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

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

R = 49.8%
G = 25.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD807F (or 0xFD807F) is known color: Light Coral. HEX triplet: FD, 80 and 7F. RGB value is (253,128,127). Sum of RGB (Red+Green+Blue) = 253+128+127=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD807F is #027F80. Grayscale: #A5A5A5. Windows color (decimal): -163713 or 8356093. OLE color: 8356093.

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

Color convert

RGB 253 128 127 -
CMYK 0 0.49 0.50 0.01
HSL 0.48º 0.97% 0.75% -
HSV(B) 0.48º 0.5% 0.99% -
XYZ 52.06 37.85 24.64 -
YUV 165.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 253 128 127 0 0.49 0.50 0.01 0.48 0.97 0.75
Hex FD 80 7F 0 31 32 1 0 61 4B
Octal 375 200 177 0 61 62 1 0 141 113
Binary 11111101 10000000 1111111 0 110001 110010 1 0 1100001 1001011

Color Harmonies of #FD807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD807F

Black with #FD807F

Text Example


Text Example

White with #FD807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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