Html Css Color HEX #FC9DB0 Illusion

📋 copy color: '#FC9DB0'

red 252 ◦ green 157 ◦ blue 176

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

Shades of Illusion #FC9DB0

Tints of Illusion #FC9DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.84%

 BLUE value IS 176 (69.14% from 255) = 30.09%

R = 43.08%
G = 26.84%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC9DB0 (or 0xFC9DB0) is known color: Illusion. HEX triplet: FC, 9D and B0. RGB value is (252,157,176). Sum of RGB (Red+Green+Blue) = 252+157+176=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9DB0 is #03624F. Grayscale: #BBBBBB. Windows color (decimal): -221776 or 11574780. OLE color: 11574780.

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

Color convert

RGB 252 157 176 -
CMYK 0 0.38 0.30 0.01
HSL 348º 0.94% 0.8% -
HSV(B) 348º 0.38% 0.99% -
XYZ 60.04 47.94 47.16 -
YUV 187.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 252 157 176 0 0.38 0.30 0.01 348 0.94 0.8
Hex FC 9D B0 0 26 1E 1 15C 5E 50
Octal 374 235 260 0 46 36 1 534 136 120
Binary 11111100 10011101 10110000 0 100110 11110 1 101011100 1011110 1010000

Color Harmonies of #FC9DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DB0

Black with #FC9DB0

Text Example


Text Example

White with #FC9DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DB0; }

 p { color: rgb(252,157,176); }

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

background-color css

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

 a { background-color: rgb(252,157,176); }

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

border-color css

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

 span { border-color: rgb(252,157,176); }

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