Html Css Color HEX #FD827E Light Coral

📋 copy color: '#FD827E'

red 253 ◦ green 130 ◦ blue 126

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

Shades of Light Coral #FD827E

Tints of Light Coral #FD827E

RGB

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

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

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

R = 49.71%
G = 25.54%
B = 24.75%

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

#FD827E (or 0xFD827E) is known color: Light Coral. HEX triplet: FD, 82 and 7E. RGB value is (253,130,126). Sum of RGB (Red+Green+Blue) = 253+130+126=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD827E is #027D81. Grayscale: #A6A6A6. Windows color (decimal): -163202 or 8291069. OLE color: 8291069.

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

Color convert

RGB 253 130 126 -
CMYK 0 0.49 0.50 0.01
HSL 1.89º 0.97% 0.74% -
HSV(B) 1.89º 0.5% 0.99% -
XYZ 52.26 38.35 24.39 -
YUV 166.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 253 130 126 0 0.49 0.50 0.01 1.89 0.97 0.74
Hex FD 82 7E 0 31 32 1 2 61 4A
Octal 375 202 176 0 61 62 1 2 141 112
Binary 11111101 10000010 1111110 0 110001 110010 1 10 1100001 1001010

Color Harmonies of #FD827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD827E

Black with #FD827E

Text Example


Text Example

White with #FD827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD827E; }

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

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

background-color css

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

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

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

border-color css

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

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

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