Html Css Color HEX #FCA4A5 Wewak

📋 copy color: '#FCA4A5'

red 252 ◦ green 164 ◦ blue 165

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

Shades of Wewak #FCA4A5

Tints of Wewak #FCA4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.23%

 BLUE value IS 165 (64.84% from 255) = 28.4%

R = 43.37%
G = 28.23%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCA4A5 (or 0xFCA4A5) is known color: Wewak. HEX triplet: FC, A4 and A5. RGB value is (252,164,165). Sum of RGB (Red+Green+Blue) = 252+164+165=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA4A5 is #035B5A. Grayscale: #BEBEBE. Windows color (decimal): -219995 or 10855676. OLE color: 10855676.

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

Color convert

RGB 252 164 165 -
CMYK 0 0.35 0.35 0.01
HSL 359.32º 0.94% 0.82% -
HSV(B) 359.32º 0.35% 0.99% -
XYZ 60.21 49.96 42.07 -
YUV 190.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 252 164 165 0 0.35 0.35 0.01 359.32 0.94 0.82
Hex FC A4 A5 0 23 23 1 167 5E 52
Octal 374 244 245 0 43 43 1 547 136 122
Binary 11111100 10100100 10100101 0 100011 100011 1 101100111 1011110 1010010

Color Harmonies of #FCA4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA4A5

Black with #FCA4A5

Text Example


Text Example

White with #FCA4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA4A5; }

 p { color: rgb(252,164,165); }

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

background-color css

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

 a { background-color: rgb(252,164,165); }

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

border-color css

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

 span { border-color: rgb(252,164,165); }

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