Html Css Color HEX #FC5CAB Brilliant Rose

📋 copy color: '#FC5CAB'

red 252 ◦ green 92 ◦ blue 171

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

Shades of Brilliant Rose #FC5CAB

Tints of Brilliant Rose #FC5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

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

R = 48.93%
G = 17.86%
B = 33.2%

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

#FC5CAB (or 0xFC5CAB) is known color: Brilliant Rose. HEX triplet: FC, 5C and AB. RGB value is (252,92,171). Sum of RGB (Red+Green+Blue) = 252+92+171=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5CAB is #03A354. Grayscale: #949494. Windows color (decimal): -238421 or 11230460. OLE color: 11230460.

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

Color convert

RGB 252 92 171 -
CMYK 0 0.63 0.32 0.01
HSL 330.38º 0.96% 0.67% -
HSV(B) 330.38º 0.63% 0.99% -
XYZ 51.32 31.29 41.86 -
YUV 148.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 252 92 171 0 0.63 0.32 0.01 330.38 0.96 0.67
Hex FC 5C AB 0 3F 20 1 14A 60 43
Octal 374 134 253 0 77 40 1 512 140 103
Binary 11111100 1011100 10101011 0 111111 100000 1 101001010 1100000 1000011

Color Harmonies of #FC5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5CAB

Black with #FC5CAB

Text Example


Text Example

White with #FC5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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