Html Css Color HEX #FCA3A8 Wewak

📋 copy color: '#FCA3A8'

red 252 ◦ green 163 ◦ blue 168

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

Shades of Wewak #FCA3A8

Tints of Wewak #FCA3A8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.96%

 BLUE value IS 168 (66.02% from 255) = 28.82%

R = 43.22%
G = 27.96%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCA3A8 (or 0xFCA3A8) is known color: Wewak. HEX triplet: FC, A3 and A8. RGB value is (252,163,168). Sum of RGB (Red+Green+Blue) = 252+163+168=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA3A8 is #035C57. Grayscale: #BEBEBE. Windows color (decimal): -220248 or 11052028. OLE color: 11052028.

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

Color convert

RGB 252 163 168 -
CMYK 0 0.35 0.33 0.01
HSL 356.63º 0.94% 0.81% -
HSV(B) 356.63º 0.35% 0.99% -
XYZ 60.31 49.72 43.46 -
YUV 190.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 252 163 168 0 0.35 0.33 0.01 356.63 0.94 0.81
Hex FC A3 A8 0 23 21 1 165 5E 51
Octal 374 243 250 0 43 41 1 545 136 121
Binary 11111100 10100011 10101000 0 100011 100001 1 101100101 1011110 1010001

Color Harmonies of #FCA3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA3A8

Black with #FCA3A8

Text Example


Text Example

White with #FCA3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA3A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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