Html Css Color HEX #FC9095 Wewak

📋 copy color: '#FC9095'

red 252 ◦ green 144 ◦ blue 149

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

Shades of Wewak #FC9095

Tints of Wewak #FC9095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.42%

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

R = 46.24%
G = 26.42%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC9095 (or 0xFC9095) is known color: Wewak. HEX triplet: FC, 90 and 95. RGB value is (252,144,149). Sum of RGB (Red+Green+Blue) = 252+144+149=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9095 is #036F6A. Grayscale: #B0B0B0. Windows color (decimal): -225131 or 9801980. OLE color: 9801980.

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

Color convert

RGB 252 144 149 -
CMYK 0 0.43 0.41 0.01
HSL 357.22º 0.95% 0.78% -
HSV(B) 357.22º 0.43% 0.99% -
XYZ 55.54 42.81 33.77 -
YUV 176.86 112.28 181.59 -
System Red Green Blue C M Y K H S L
Decimal 252 144 149 0 0.43 0.41 0.01 357.22 0.95 0.78
Hex FC 90 95 0 2B 29 1 165 5F 4E
Octal 374 220 225 0 53 51 1 545 137 116
Binary 11111100 10010000 10010101 0 101011 101001 1 101100101 1011111 1001110

Color Harmonies of #FC9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9095

Black with #FC9095

Text Example


Text Example

White with #FC9095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9095; }

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

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

background-color css

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

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

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

border-color css

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

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

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