Html Css Color HEX #FCA5A9 Wewak

📋 copy color: '#FCA5A9'

red 252 ◦ green 165 ◦ blue 169

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

Shades of Wewak #FCA5A9

Tints of Wewak #FCA5A9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.16%

 BLUE value IS 169 (66.41% from 255) = 28.84%

R = 43%
G = 28.16%
B = 28.84%

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

#FCA5A9 (or 0xFCA5A9) is known color: Wewak. HEX triplet: FC, A5 and A9. RGB value is (252,165,169). Sum of RGB (Red+Green+Blue) = 252+165+169=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5A9 is #035A56. Grayscale: #BFBFBF. Windows color (decimal): -219735 or 11118076. OLE color: 11118076.

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

Color convert

RGB 252 165 169 -
CMYK 0 0.35 0.33 0.01
HSL 357.24º 0.94% 0.82% -
HSV(B) 357.24º 0.35% 0.99% -
XYZ 60.76 50.47 44.08 -
YUV 191.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 252 165 169 0 0.35 0.33 0.01 357.24 0.94 0.82
Hex FC A5 A9 0 23 21 1 165 5E 52
Octal 374 245 251 0 43 41 1 545 136 122
Binary 11111100 10100101 10101001 0 100011 100001 1 101100101 1011110 1010010

Color Harmonies of #FCA5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5A9

Black with #FCA5A9

Text Example


Text Example

White with #FCA5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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