Html Css Color HEX #FC5BAC Brilliant Rose

📋 copy color: '#FC5BAC'

red 252 ◦ green 91 ◦ blue 172

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

Shades of Brilliant Rose #FC5BAC

Tints of Brilliant Rose #FC5BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.67%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 48.93%
G = 17.67%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC5BAC (or 0xFC5BAC) is known color: Brilliant Rose. HEX triplet: FC, 5B and AC. RGB value is (252,91,172). Sum of RGB (Red+Green+Blue) = 252+91+172=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5BAC is #03A453. Grayscale: #949494. Windows color (decimal): -238676 or 11295740. OLE color: 11295740.

HSL color Cylindrical-coordinate representation of color #FC5BAC: hue angle of 329.81º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5BAC is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 91 172 -
CMYK 0 0.64 0.32 0.01
HSL 329.81º 0.96% 0.67% -
HSV(B) 329.81º 0.64% 0.99% -
XYZ 51.33 31.16 42.34 -
YUV 148.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 252 91 172 0 0.64 0.32 0.01 329.81 0.96 0.67
Hex FC 5B AC 0 40 20 1 14A 60 43
Octal 374 133 254 0 100 40 1 512 140 103
Binary 11111100 1011011 10101100 0 1000000 100000 1 101001010 1100000 1000011

Color Harmonies of #FC5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BAC

Black with #FC5BAC

Text Example


Text Example

White with #FC5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BAC; }

 p { color: rgb(252,91,172); }

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

background-color css

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

 a { background-color: rgb(252,91,172); }

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

border-color css

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

 span { border-color: rgb(252,91,172); }

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