Html Css Color HEX #FC827F Light Coral

📋 copy color: '#FC827F'

red 252 ◦ green 130 ◦ blue 127

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

Shades of Light Coral #FC827F

Tints of Light Coral #FC827F

RGB

 RED value IS 252 (98.83% from 255) = 49.51%

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

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

R = 49.51%
G = 25.54%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC827F (or 0xFC827F) is known color: Light Coral. HEX triplet: FC, 82 and 7F. RGB value is (252,130,127). Sum of RGB (Red+Green+Blue) = 252+130+127=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC827F is #037D80. Grayscale: #A6A6A6. Windows color (decimal): -228737 or 8356604. OLE color: 8356604.

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

Color convert

RGB 252 130 127 -
CMYK 0 0.48 0.50 0.01
HSL 1.44º 0.95% 0.74% -
HSV(B) 1.44º 0.5% 0.99% -
XYZ 51.96 38.19 24.71 -
YUV 166.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 252 130 127 0 0.48 0.50 0.01 1.44 0.95 0.74
Hex FC 82 7F 0 30 32 1 1 5F 4A
Octal 374 202 177 0 60 62 1 1 137 112
Binary 11111100 10000010 1111111 0 110000 110010 1 1 1011111 1001010

Color Harmonies of #FC827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC827F

Black with #FC827F

Text Example


Text Example

White with #FC827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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