Html Css Color HEX #FCA0B2 Illusion

📋 copy color: '#FCA0B2'

red 252 ◦ green 160 ◦ blue 178

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

Shades of Illusion #FCA0B2

Tints of Illusion #FCA0B2

RGB

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

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

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

R = 42.71%
G = 27.12%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCA0B2 (or 0xFCA0B2) is known color: Illusion. HEX triplet: FC, A0 and B2. RGB value is (252,160,178). Sum of RGB (Red+Green+Blue) = 252+160+178=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 178 (69.92% from 255 or 30.17% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0B2 is #035F4D. Grayscale: #BDBDBD. Windows color (decimal): -221006 or 11706620. OLE color: 11706620.

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

Color convert

RGB 252 160 178 -
CMYK 0 0.37 0.29 0.01
HSL 348.26º 0.94% 0.81% -
HSV(B) 348.26º 0.37% 0.99% -
XYZ 60.75 49.05 48.39 -
YUV 189.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 252 160 178 0 0.37 0.29 0.01 348.26 0.94 0.81
Hex FC A0 B2 0 25 1D 1 15C 5E 51
Octal 374 240 262 0 45 35 1 534 136 121
Binary 11111100 10100000 10110010 0 100101 11101 1 101011100 1011110 1010001

Color Harmonies of #FCA0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA0B2

Black with #FCA0B2

Text Example


Text Example

White with #FCA0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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