Html Css Color HEX #FC9395 Wewak

📋 copy color: '#FC9395'

red 252 ◦ green 147 ◦ blue 149

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

Shades of Wewak #FC9395

Tints of Wewak #FC9395

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.82%

 BLUE value IS 149 (58.59% from 255) = 27.19%

R = 45.99%
G = 26.82%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC9395 (or 0xFC9395) is known color: Wewak. HEX triplet: FC, 93 and 95. RGB value is (252,147,149). Sum of RGB (Red+Green+Blue) = 252+147+149=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9395 is #036C6A. Grayscale: #B2B2B2. Windows color (decimal): -224363 or 9802748. OLE color: 9802748.

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

Color convert

RGB 252 147 149 -
CMYK 0 0.42 0.41 0.01
HSL 358.86º 0.95% 0.78% -
HSV(B) 358.86º 0.42% 0.99% -
XYZ 56 43.73 33.92 -
YUV 178.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 252 147 149 0 0.42 0.41 0.01 358.86 0.95 0.78
Hex FC 93 95 0 2A 29 1 167 5F 4E
Octal 374 223 225 0 52 51 1 547 137 116
Binary 11111100 10010011 10010101 0 101010 101001 1 101100111 1011111 1001110

Color Harmonies of #FC9395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9395

Black with #FC9395

Text Example


Text Example

White with #FC9395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9395; }

 p { color: rgb(252,147,149); }

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

background-color css

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

 a { background-color: rgb(252,147,149); }

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

border-color css

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

 span { border-color: rgb(252,147,149); }

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