Html Css Color HEX #FC8288 Wewak

📋 copy color: '#FC8288'

red 252 ◦ green 130 ◦ blue 136

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

Shades of Wewak #FC8288

Tints of Wewak #FC8288

RGB

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

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

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

R = 48.65%
G = 25.1%
B = 26.25%

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

#FC8288 (or 0xFC8288) is known color: Wewak. HEX triplet: FC, 82 and 88. RGB value is (252,130,136). Sum of RGB (Red+Green+Blue) = 252+130+136=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8288 is #037D77. Grayscale: #A7A7A7. Windows color (decimal): -228728 or 8946428. OLE color: 8946428.

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

Color convert

RGB 252 130 136 -
CMYK 0 0.48 0.46 0.01
HSL 357.05º 0.95% 0.75% -
HSV(B) 357.05º 0.48% 0.99% -
XYZ 52.57 38.44 27.94 -
YUV 167.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 252 130 136 0 0.48 0.46 0.01 357.05 0.95 0.75
Hex FC 82 88 0 30 2E 1 165 5F 4B
Octal 374 202 210 0 60 56 1 545 137 113
Binary 11111100 10000010 10001000 0 110000 101110 1 101100101 1011111 1001011

Color Harmonies of #FC8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8288

Black with #FC8288

Text Example


Text Example

White with #FC8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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