Html Css Color HEX #FCA0A8 Wewak

📋 copy color: '#FCA0A8'

red 252 ◦ green 160 ◦ blue 168

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

Shades of Wewak #FCA0A8

Tints of Wewak #FCA0A8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.59%

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

R = 43.45%
G = 27.59%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCA0A8 (or 0xFCA0A8) is known color: Wewak. HEX triplet: FC, A0 and A8. RGB value is (252,160,168). Sum of RGB (Red+Green+Blue) = 252+160+168=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0A8 is #035F57. Grayscale: #BCBCBC. Windows color (decimal): -221016 or 11051260. OLE color: 11051260.

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

Color convert

RGB 252 160 168 -
CMYK 0 0.37 0.33 0.01
HSL 354.78º 0.94% 0.81% -
HSV(B) 354.78º 0.37% 0.99% -
XYZ 59.78 48.66 43.29 -
YUV 188.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 252 160 168 0 0.37 0.33 0.01 354.78 0.94 0.81
Hex FC A0 A8 0 25 21 1 163 5E 51
Octal 374 240 250 0 45 41 1 543 136 121
Binary 11111100 10100000 10101000 0 100101 100001 1 101100011 1011110 1010001

Color Harmonies of #FCA0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0A8

Black with #FCA0A8

Text Example


Text Example

White with #FCA0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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