Html Css Color HEX #FC8082 Wewak

📋 copy color: '#FC8082'

red 252 ◦ green 128 ◦ blue 130

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

Shades of Wewak #FC8082

Tints of Wewak #FC8082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.1%

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

R = 49.41%
G = 25.1%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC8082 (or 0xFC8082) is known color: Wewak. HEX triplet: FC, 80 and 82. RGB value is (252,128,130). Sum of RGB (Red+Green+Blue) = 252+128+130=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8082 is #037F7D. Grayscale: #A5A5A5. Windows color (decimal): -229246 or 8552700. OLE color: 8552700.

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

Color convert

RGB 252 128 130 -
CMYK 0 0.49 0.48 0.01
HSL 359.03º 0.95% 0.75% -
HSV(B) 359.03º 0.49% 0.99% -
XYZ 51.89 37.75 25.67 -
YUV 165.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 252 128 130 0 0.49 0.48 0.01 359.03 0.95 0.75
Hex FC 80 82 0 31 30 1 167 5F 4B
Octal 374 200 202 0 61 60 1 547 137 113
Binary 11111100 10000000 10000010 0 110001 110000 1 101100111 1011111 1001011

Color Harmonies of #FC8082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8082

Black with #FC8082

Text Example


Text Example

White with #FC8082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8082; }

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

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

background-color css

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

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

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

border-color css

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

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

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