Html Css Color HEX #FD827F Light Coral

📋 copy color: '#FD827F'

red 253 ◦ green 130 ◦ blue 127

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

Shades of Light Coral #FD827F

Tints of Light Coral #FD827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.49%

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

R = 49.61%
G = 25.49%
B = 24.9%

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

#FD827F (or 0xFD827F) is known color: Light Coral. HEX triplet: FD, 82 and 7F. RGB value is (253,130,127). Sum of RGB (Red+Green+Blue) = 253+130+127=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD827F is #027D80. Grayscale: #A6A6A6. Windows color (decimal): -163201 or 8356605. OLE color: 8356605.

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

Color convert

RGB 253 130 127 -
CMYK 0 0.49 0.50 0.01
HSL 1.43º 0.97% 0.75% -
HSV(B) 1.43º 0.5% 0.99% -
XYZ 52.32 38.38 24.73 -
YUV 166.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 253 130 127 0 0.49 0.50 0.01 1.43 0.97 0.75
Hex FD 82 7F 0 31 32 1 1 61 4B
Octal 375 202 177 0 61 62 1 1 141 113
Binary 11111101 10000010 1111111 0 110001 110010 1 1 1100001 1001011

Color Harmonies of #FD827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD827F

Black with #FD827F

Text Example


Text Example

White with #FD827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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