Html Css Color HEX #FC90A2 Wewak

📋 copy color: '#FC90A2'

red 252 ◦ green 144 ◦ blue 162

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

Shades of Wewak #FC90A2

Tints of Wewak #FC90A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.03%

R = 45.16%
G = 25.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC90A2 (or 0xFC90A2) is known color: Wewak. HEX triplet: FC, 90 and A2. RGB value is (252,144,162). Sum of RGB (Red+Green+Blue) = 252+144+162=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90A2 is #036F5D. Grayscale: #B2B2B2. Windows color (decimal): -225118 or 10653948. OLE color: 10653948.

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

Color convert

RGB 252 144 162 -
CMYK 0 0.43 0.36 0.01
HSL 350º 0.95% 0.78% -
HSV(B) 350º 0.43% 0.99% -
XYZ 56.64 43.25 39.55 -
YUV 178.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 252 144 162 0 0.43 0.36 0.01 350 0.95 0.78
Hex FC 90 A2 0 2B 24 1 15E 5F 4E
Octal 374 220 242 0 53 44 1 536 137 116
Binary 11111100 10010000 10100010 0 101011 100100 1 101011110 1011111 1001110

Color Harmonies of #FC90A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90A2

Black with #FC90A2

Text Example


Text Example

White with #FC90A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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