Html Css Color HEX #FCA6A8 Wewak

📋 copy color: '#FCA6A8'

red 252 ◦ green 166 ◦ blue 168

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

Shades of Wewak #FCA6A8

Tints of Wewak #FCA6A8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.33%

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

R = 43%
G = 28.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCA6A8 (or 0xFCA6A8) is known color: Wewak. HEX triplet: FC, A6 and A8. RGB value is (252,166,168). Sum of RGB (Red+Green+Blue) = 252+166+168=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 166 (65.23% from 255 or 28.33% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA6A8 is #035957. Grayscale: #C0C0C0. Windows color (decimal): -219480 or 11052796. OLE color: 11052796.

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

Color convert

RGB 252 166 168 -
CMYK 0 0.34 0.33 0.01
HSL 358.6º 0.93% 0.82% -
HSV(B) 358.6º 0.34% 0.99% -
XYZ 60.85 50.8 43.64 -
YUV 191.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 252 166 168 0 0.34 0.33 0.01 358.6 0.93 0.82
Hex FC A6 A8 0 22 21 1 167 5D 52
Octal 374 246 250 0 42 41 1 547 135 122
Binary 11111100 10100110 10101000 0 100010 100001 1 101100111 1011101 1010010

Color Harmonies of #FCA6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6A8

Black with #FCA6A8

Text Example


Text Example

White with #FCA6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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