Html Css Color HEX #FC99BA Illusion

📋 copy color: '#FC99BA'

red 252 ◦ green 153 ◦ blue 186

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

Shades of Illusion #FC99BA

Tints of Illusion #FC99BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.89%

 BLUE value IS 186 (73.05% from 255) = 31.47%

R = 42.64%
G = 25.89%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FC99BA (or 0xFC99BA) is known color: Illusion. HEX triplet: FC, 99 and BA. RGB value is (252,153,186). Sum of RGB (Red+Green+Blue) = 252+153+186=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC99BA is #036645. Grayscale: #BABABA. Windows color (decimal): -222790 or 12229116. OLE color: 12229116.

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

Color convert

RGB 252 153 186 -
CMYK 0 0.39 0.26 0.01
HSL 340º 0.94% 0.79% -
HSV(B) 340º 0.39% 0.99% -
XYZ 60.4 47.02 52.35 -
YUV 186.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 252 153 186 0 0.39 0.26 0.01 340 0.94 0.79
Hex FC 99 BA 0 27 1A 1 154 5E 4F
Octal 374 231 272 0 47 32 1 524 136 117
Binary 11111100 10011001 10111010 0 100111 11010 1 101010100 1011110 1001111

Color Harmonies of #FC99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC99BA

Black with #FC99BA

Text Example


Text Example

White with #FC99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC99BA; }

 p { color: rgb(252,153,186); }

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

background-color css

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

 a { background-color: rgb(252,153,186); }

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

border-color css

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

 span { border-color: rgb(252,153,186); }

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