Html Css Color HEX #FCA2A8 Wewak

📋 copy color: '#FCA2A8'

red 252 ◦ green 162 ◦ blue 168

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

Shades of Wewak #FCA2A8

Tints of Wewak #FCA2A8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.84%

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

R = 43.3%
G = 27.84%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCA2A8 (or 0xFCA2A8) is known color: Wewak. HEX triplet: FC, A2 and A8. RGB value is (252,162,168). Sum of RGB (Red+Green+Blue) = 252+162+168=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2A8 is #035D57. Grayscale: #BDBDBD. Windows color (decimal): -220504 or 11051772. OLE color: 11051772.

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

Color convert

RGB 252 162 168 -
CMYK 0 0.36 0.33 0.01
HSL 356º 0.94% 0.81% -
HSV(B) 356º 0.36% 0.99% -
XYZ 60.13 49.36 43.4 -
YUV 189.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 252 162 168 0 0.36 0.33 0.01 356 0.94 0.81
Hex FC A2 A8 0 24 21 1 164 5E 51
Octal 374 242 250 0 44 41 1 544 136 121
Binary 11111100 10100010 10101000 0 100100 100001 1 101100100 1011110 1010001

Color Harmonies of #FCA2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2A8

Black with #FCA2A8

Text Example


Text Example

White with #FCA2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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