Html Css Color HEX #FC5DAB Brilliant Rose

📋 copy color: '#FC5DAB'

red 252 ◦ green 93 ◦ blue 171

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

Shades of Brilliant Rose #FC5DAB

Tints of Brilliant Rose #FC5DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.02%

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 48.84%
G = 18.02%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC5DAB (or 0xFC5DAB) is known color: Brilliant Rose. HEX triplet: FC, 5D and AB. RGB value is (252,93,171). Sum of RGB (Red+Green+Blue) = 252+93+171=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5DAB is #03A254. Grayscale: #959595. Windows color (decimal): -238165 or 11230716. OLE color: 11230716.

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

Color convert

RGB 252 93 171 -
CMYK 0 0.63 0.32 0.01
HSL 330.57º 0.96% 0.68% -
HSV(B) 330.57º 0.63% 0.99% -
XYZ 51.41 31.46 41.89 -
YUV 149.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 252 93 171 0 0.63 0.32 0.01 330.57 0.96 0.68
Hex FC 5D AB 0 3F 20 1 14B 60 44
Octal 374 135 253 0 77 40 1 513 140 104
Binary 11111100 1011101 10101011 0 111111 100000 1 101001011 1100000 1000100

Color Harmonies of #FC5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DAB

Black with #FC5DAB

Text Example


Text Example

White with #FC5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DAB; }

 p { color: rgb(252,93,171); }

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

background-color css

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

 a { background-color: rgb(252,93,171); }

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

border-color css

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

 span { border-color: rgb(252,93,171); }

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