Html Css Color HEX #FC9398 Wewak

📋 copy color: '#FC9398'

red 252 ◦ green 147 ◦ blue 152

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

Shades of Wewak #FC9398

Tints of Wewak #FC9398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.59%

R = 45.74%
G = 26.68%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC9398 (or 0xFC9398) is known color: Wewak. HEX triplet: FC, 93 and 98. RGB value is (252,147,152). Sum of RGB (Red+Green+Blue) = 252+147+152=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9398 is #036C67. Grayscale: #B3B3B3. Windows color (decimal): -224360 or 9999356. OLE color: 9999356.

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

Color convert

RGB 252 147 152 -
CMYK 0 0.42 0.40 0.01
HSL 357.14º 0.95% 0.78% -
HSV(B) 357.14º 0.42% 0.99% -
XYZ 56.25 43.83 35.2 -
YUV 178.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 252 147 152 0 0.42 0.40 0.01 357.14 0.95 0.78
Hex FC 93 98 0 2A 28 1 165 5F 4E
Octal 374 223 230 0 52 50 1 545 137 116
Binary 11111100 10010011 10011000 0 101010 101000 1 101100101 1011111 1001110

Color Harmonies of #FC9398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9398

Black with #FC9398

Text Example


Text Example

White with #FC9398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9398; }

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

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

background-color css

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

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

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

border-color css

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

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

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