Html Css Color HEX #FCA2AD Illusion

📋 copy color: '#FCA2AD'

red 252 ◦ green 162 ◦ blue 173

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

Shades of Illusion #FCA2AD

Tints of Illusion #FCA2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.47%

R = 42.93%
G = 27.6%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCA2AD (or 0xFCA2AD) is known color: Illusion. HEX triplet: FC, A2 and AD. RGB value is (252,162,173). Sum of RGB (Red+Green+Blue) = 252+162+173=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2AD is #035D52. Grayscale: #BEBEBE. Windows color (decimal): -220499 or 11379452. OLE color: 11379452.

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

Color convert

RGB 252 162 173 -
CMYK 0 0.36 0.31 0.01
HSL 352.67º 0.94% 0.81% -
HSV(B) 352.67º 0.36% 0.99% -
XYZ 60.61 49.55 45.91 -
YUV 190.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 252 162 173 0 0.36 0.31 0.01 352.67 0.94 0.81
Hex FC A2 AD 0 24 1F 1 161 5E 51
Octal 374 242 255 0 44 37 1 541 136 121
Binary 11111100 10100010 10101101 0 100100 11111 1 101100001 1011110 1010001

Color Harmonies of #FCA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2AD

Black with #FCA2AD

Text Example


Text Example

White with #FCA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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