Html Css Color HEX #FC8886 Light Coral

📋 copy color: '#FC8886'

red 252 ◦ green 136 ◦ blue 134

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

Shades of Light Coral #FC8886

Tints of Light Coral #FC8886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.05%

 BLUE value IS 134 (52.73% from 255) = 25.67%

R = 48.28%
G = 26.05%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC8886 (or 0xFC8886) is known color: Light Coral. HEX triplet: FC, 88 and 86. RGB value is (252,136,134). Sum of RGB (Red+Green+Blue) = 252+136+134=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8886 is #037779. Grayscale: #AAAAAA. Windows color (decimal): -227194 or 8816892. OLE color: 8816892.

HSL color Cylindrical-coordinate representation of color #FC8886: hue angle of 1.02º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC8886 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 136 134 -
CMYK 0 0.46 0.47 0.01
HSL 1.02º 0.95% 0.76% -
HSV(B) 1.02º 0.47% 0.99% -
XYZ 53.25 40.03 27.47 -
YUV 170.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 252 136 134 0 0.46 0.47 0.01 1.02 0.95 0.76
Hex FC 88 86 0 2E 2F 1 1 5F 4C
Octal 374 210 206 0 56 57 1 1 137 114
Binary 11111100 10001000 10000110 0 101110 101111 1 1 1011111 1001100

Color Harmonies of #FC8886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8886

Black with #FC8886

Text Example


Text Example

White with #FC8886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8886; }

 p { color: rgb(252,136,134); }

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

background-color css

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

 a { background-color: rgb(252,136,134); }

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

border-color css

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

 span { border-color: rgb(252,136,134); }

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