Html Css Color HEX #FC9CA2 Wewak

📋 copy color: '#FC9CA2'

red 252 ◦ green 156 ◦ blue 162

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

Shades of Wewak #FC9CA2

Tints of Wewak #FC9CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.37%

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

R = 44.21%
G = 27.37%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC9CA2 (or 0xFC9CA2) is known color: Wewak. HEX triplet: FC, 9C and A2. RGB value is (252,156,162). Sum of RGB (Red+Green+Blue) = 252+156+162=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 156 (61.33% from 255 or 27.37% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CA2 is #03635D. Grayscale: #B9B9B9. Windows color (decimal): -222046 or 10657020. OLE color: 10657020.

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

Color convert

RGB 252 156 162 -
CMYK 0 0.38 0.36 0.01
HSL 356.25º 0.94% 0.8% -
HSV(B) 356.25º 0.38% 0.99% -
XYZ 58.55 47.08 40.18 -
YUV 185.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 252 156 162 0 0.38 0.36 0.01 356.25 0.94 0.8
Hex FC 9C A2 0 26 24 1 164 5E 50
Octal 374 234 242 0 46 44 1 544 136 120
Binary 11111100 10011100 10100010 0 100110 100100 1 101100100 1011110 1010000

Color Harmonies of #FC9CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9CA2

Black with #FC9CA2

Text Example


Text Example

White with #FC9CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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