Html Css Color HEX #FCA0A3 Wewak

📋 copy color: '#FCA0A3'

red 252 ◦ green 160 ◦ blue 163

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

Shades of Wewak #FCA0A3

Tints of Wewak #FCA0A3

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.83%

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

R = 43.83%
G = 27.83%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCA0A3 (or 0xFCA0A3) is known color: Wewak. HEX triplet: FC, A0 and A3. RGB value is (252,160,163). Sum of RGB (Red+Green+Blue) = 252+160+163=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0A3 is #035F5C. Grayscale: #BBBBBB. Windows color (decimal): -221021 or 10723580. OLE color: 10723580.

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

Color convert

RGB 252 160 163 -
CMYK 0 0.37 0.35 0.01
HSL 358.04º 0.94% 0.81% -
HSV(B) 358.04º 0.37% 0.99% -
XYZ 59.33 48.48 40.88 -
YUV 187.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 252 160 163 0 0.37 0.35 0.01 358.04 0.94 0.81
Hex FC A0 A3 0 25 23 1 166 5E 51
Octal 374 240 243 0 45 43 1 546 136 121
Binary 11111100 10100000 10100011 0 100101 100011 1 101100110 1011110 1010001

Color Harmonies of #FCA0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0A3

Black with #FCA0A3

Text Example


Text Example

White with #FCA0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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