Html Css Color HEX #FC95A1 Wewak

📋 copy color: '#FC95A1'

red 252 ◦ green 149 ◦ blue 161

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

Shades of Wewak #FC95A1

Tints of Wewak #FC95A1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.51%

 BLUE value IS 161 (63.28% from 255) = 28.65%

R = 44.84%
G = 26.51%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC95A1 (or 0xFC95A1) is known color: Wewak. HEX triplet: FC, 95 and A1. RGB value is (252,149,161). Sum of RGB (Red+Green+Blue) = 252+149+161=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC95A1 is #036A5E. Grayscale: #B5B5B5. Windows color (decimal): -223839 or 10589692. OLE color: 10589692.

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

Color convert

RGB 252 149 161 -
CMYK 0 0.41 0.36 0.01
HSL 353.01º 0.94% 0.79% -
HSV(B) 353.01º 0.41% 0.99% -
XYZ 57.33 44.76 39.34 -
YUV 181.17 116.62 178.52 -
System Red Green Blue C M Y K H S L
Decimal 252 149 161 0 0.41 0.36 0.01 353.01 0.94 0.79
Hex FC 95 A1 0 29 24 1 161 5E 4F
Octal 374 225 241 0 51 44 1 541 136 117
Binary 11111100 10010101 10100001 0 101001 100100 1 101100001 1011110 1001111

Color Harmonies of #FC95A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC95A1

Black with #FC95A1

Text Example


Text Example

White with #FC95A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC95A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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