Html Css Color HEX #FCA5AA Wewak

📋 copy color: '#FCA5AA'

red 252 ◦ green 165 ◦ blue 170

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

Shades of Wewak #FCA5AA

Tints of Wewak #FCA5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.96%

R = 42.93%
G = 28.11%
B = 28.96%

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

#FCA5AA (or 0xFCA5AA) is known color: Wewak. HEX triplet: FC, A5 and AA. RGB value is (252,165,170). Sum of RGB (Red+Green+Blue) = 252+165+170=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5AA is #035A55. Grayscale: #BFBFBF. Windows color (decimal): -219734 or 11183612. OLE color: 11183612.

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

Color convert

RGB 252 165 170 -
CMYK 0 0.35 0.33 0.01
HSL 356.55º 0.94% 0.82% -
HSV(B) 356.55º 0.35% 0.99% -
XYZ 60.86 50.51 44.57 -
YUV 191.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 252 165 170 0 0.35 0.33 0.01 356.55 0.94 0.82
Hex FC A5 AA 0 23 21 1 165 5E 52
Octal 374 245 252 0 43 41 1 545 136 122
Binary 11111100 10100101 10101010 0 100011 100001 1 101100101 1011110 1010010

Color Harmonies of #FCA5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5AA

Black with #FCA5AA

Text Example


Text Example

White with #FCA5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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