Html Css Color HEX #FC8488 Wewak

📋 copy color: '#FC8488'

red 252 ◦ green 132 ◦ blue 136

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

Shades of Wewak #FC8488

Tints of Wewak #FC8488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.38%

 BLUE value IS 136 (53.52% from 255) = 26.15%

R = 48.46%
G = 25.38%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FC8488 (or 0xFC8488) is known color: Wewak. HEX triplet: FC, 84 and 88. RGB value is (252,132,136). Sum of RGB (Red+Green+Blue) = 252+132+136=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8488 is #037B77. Grayscale: #A8A8A8. Windows color (decimal): -228216 or 8946940. OLE color: 8946940.

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

Color convert

RGB 252 132 136 -
CMYK 0 0.48 0.46 0.01
HSL 358º 0.95% 0.75% -
HSV(B) 358º 0.48% 0.99% -
XYZ 52.84 38.98 28.03 -
YUV 168.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 252 132 136 0 0.48 0.46 0.01 358 0.95 0.75
Hex FC 84 88 0 30 2E 1 166 5F 4B
Octal 374 204 210 0 60 56 1 546 137 113
Binary 11111100 10000100 10001000 0 110000 101110 1 101100110 1011111 1001011

Color Harmonies of #FC8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8488

Black with #FC8488

Text Example


Text Example

White with #FC8488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8488; }

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

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

background-color css

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

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

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

border-color css

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

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

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