Html Css Color HEX #FCA2A6 Wewak

📋 copy color: '#FCA2A6'

red 252 ◦ green 162 ◦ blue 166

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

Shades of Wewak #FCA2A6

Tints of Wewak #FCA2A6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.93%

 BLUE value IS 166 (65.23% from 255) = 28.62%

R = 43.45%
G = 27.93%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCA2A6 (or 0xFCA2A6) is known color: Wewak. HEX triplet: FC, A2 and A6. RGB value is (252,162,166). Sum of RGB (Red+Green+Blue) = 252+162+166=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A6 is #035D59. Grayscale: #BDBDBD. Windows color (decimal): -220506 or 10920700. OLE color: 10920700.

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

Color convert

RGB 252 162 166 -
CMYK 0 0.36 0.34 0.01
HSL 357.33º 0.94% 0.81% -
HSV(B) 357.33º 0.36% 0.99% -
XYZ 59.95 49.29 42.43 -
YUV 189.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 252 162 166 0 0.36 0.34 0.01 357.33 0.94 0.81
Hex FC A2 A6 0 24 22 1 165 5E 51
Octal 374 242 246 0 44 42 1 545 136 121
Binary 11111100 10100010 10100110 0 100100 100010 1 101100101 1011110 1010001

Color Harmonies of #FCA2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2A6

Black with #FCA2A6

Text Example


Text Example

White with #FCA2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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