Html Css Color HEX #FC9FAE Illusion

📋 copy color: '#FC9FAE'

red 252 ◦ green 159 ◦ blue 174

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

Shades of Illusion #FC9FAE

Tints of Illusion #FC9FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

 BLUE value IS 174 (68.36% from 255) = 29.74%

R = 43.08%
G = 27.18%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC9FAE (or 0xFC9FAE) is known color: Illusion. HEX triplet: FC, 9F and AE. RGB value is (252,159,174). Sum of RGB (Red+Green+Blue) = 252+159+174=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9FAE is #036051. Grayscale: #BCBCBC. Windows color (decimal): -221266 or 11444220. OLE color: 11444220.

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

Color convert

RGB 252 159 174 -
CMYK 0 0.37 0.31 0.01
HSL 350.32º 0.94% 0.81% -
HSV(B) 350.32º 0.37% 0.99% -
XYZ 60.18 48.55 46.24 -
YUV 188.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 252 159 174 0 0.37 0.31 0.01 350.32 0.94 0.81
Hex FC 9F AE 0 25 1F 1 15E 5E 51
Octal 374 237 256 0 45 37 1 536 136 121
Binary 11111100 10011111 10101110 0 100101 11111 1 101011110 1011110 1010001

Color Harmonies of #FC9FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9FAE

Black with #FC9FAE

Text Example


Text Example

White with #FC9FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9FAE; }

 p { color: rgb(252,159,174); }

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

background-color css

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

 a { background-color: rgb(252,159,174); }

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

border-color css

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

 span { border-color: rgb(252,159,174); }

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