Html Css Color HEX #FCA2A3 Wewak

📋 copy color: '#FCA2A3'

red 252 ◦ green 162 ◦ blue 163

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

Shades of Wewak #FCA2A3

Tints of Wewak #FCA2A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.25%

R = 43.67%
G = 28.08%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCA2A3 (or 0xFCA2A3) is known color: Wewak. HEX triplet: FC, A2 and A3. RGB value is (252,162,163). Sum of RGB (Red+Green+Blue) = 252+162+163=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 163 (64.06% from 255 or 28.25% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A3 is #035D5C. Grayscale: #BDBDBD. Windows color (decimal): -220509 or 10724092. OLE color: 10724092.

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

Color convert

RGB 252 162 163 -
CMYK 0 0.36 0.35 0.01
HSL 359.33º 0.94% 0.81% -
HSV(B) 359.33º 0.36% 0.99% -
XYZ 59.68 49.18 41 -
YUV 189.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 252 162 163 0 0.36 0.35 0.01 359.33 0.94 0.81
Hex FC A2 A3 0 24 23 1 167 5E 51
Octal 374 242 243 0 44 43 1 547 136 121
Binary 11111100 10100010 10100011 0 100100 100011 1 101100111 1011110 1010001

Color Harmonies of #FCA2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2A3

Black with #FCA2A3

Text Example


Text Example

White with #FCA2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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