Html Css Color HEX #FCA2B2 Illusion

📋 copy color: '#FCA2B2'

red 252 ◦ green 162 ◦ blue 178

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

Shades of Illusion #FCA2B2

Tints of Illusion #FCA2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.07%

R = 42.57%
G = 27.36%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCA2B2 (or 0xFCA2B2) is known color: Illusion. HEX triplet: FC, A2 and B2. RGB value is (252,162,178). Sum of RGB (Red+Green+Blue) = 252+162+178=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 162 (63.67% from 255 or 27.36% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2B2 is #035D4D. Grayscale: #BEBEBE. Windows color (decimal): -220494 or 11707132. OLE color: 11707132.

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

Color convert

RGB 252 162 178 -
CMYK 0 0.36 0.29 0.01
HSL 349.33º 0.94% 0.81% -
HSV(B) 349.33º 0.36% 0.99% -
XYZ 61.1 49.75 48.5 -
YUV 190.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 252 162 178 0 0.36 0.29 0.01 349.33 0.94 0.81
Hex FC A2 B2 0 24 1D 1 15D 5E 51
Octal 374 242 262 0 44 35 1 535 136 121
Binary 11111100 10100010 10110010 0 100100 11101 1 101011101 1011110 1010001

Color Harmonies of #FCA2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA2B2

Black with #FCA2B2

Text Example


Text Example

White with #FCA2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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