Html Css Color HEX #FC93A1 Wewak

📋 copy color: '#FC93A1'

red 252 ◦ green 147 ◦ blue 161

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

Shades of Wewak #FC93A1

Tints of Wewak #FC93A1

RGB

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

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

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

R = 45%
G = 26.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC93A1 (or 0xFC93A1) is known color: Wewak. HEX triplet: FC, 93 and A1. RGB value is (252,147,161). Sum of RGB (Red+Green+Blue) = 252+147+161=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC93A1 is #036C5E. Grayscale: #B4B4B4. Windows color (decimal): -224351 or 10589180. OLE color: 10589180.

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

Color convert

RGB 252 147 161 -
CMYK 0 0.42 0.36 0.01
HSL 352º 0.95% 0.78% -
HSV(B) 352º 0.42% 0.99% -
XYZ 57.01 44.14 39.23 -
YUV 179.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 252 147 161 0 0.42 0.36 0.01 352 0.95 0.78
Hex FC 93 A1 0 2A 24 1 160 5F 4E
Octal 374 223 241 0 52 44 1 540 137 116
Binary 11111100 10010011 10100001 0 101010 100100 1 101100000 1011111 1001110

Color Harmonies of #FC93A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC93A1

Black with #FC93A1

Text Example


Text Example

White with #FC93A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC93A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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