Html Css Color HEX #FC56B2 Brilliant Rose

📋 copy color: '#FC56B2'

red 252 ◦ green 86 ◦ blue 178

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

Shades of Brilliant Rose #FC56B2

Tints of Brilliant Rose #FC56B2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.67%

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 48.84%
G = 16.67%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FC56B2 (or 0xFC56B2) is known color: Brilliant Rose. HEX triplet: FC, 56 and B2. RGB value is (252,86,178). Sum of RGB (Red+Green+Blue) = 252+86+178=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC56B2 is #03A94D. Grayscale: #919191. Windows color (decimal): -239950 or 11687676. OLE color: 11687676.

HSL color Cylindrical-coordinate representation of color #FC56B2: hue angle of 326.75º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC56B2 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 86 178 -
CMYK 0 0.66 0.29 0.01
HSL 326.75º 0.97% 0.66% -
HSV(B) 326.75º 0.66% 0.99% -
XYZ 51.51 30.57 45.3 -
YUV 146.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 252 86 178 0 0.66 0.29 0.01 326.75 0.97 0.66
Hex FC 56 B2 0 42 1D 1 147 61 42
Octal 374 126 262 0 102 35 1 507 141 102
Binary 11111100 1010110 10110010 0 1000010 11101 1 101000111 1100001 1000010

Color Harmonies of #FC56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56B2

Black with #FC56B2

Text Example


Text Example

White with #FC56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56B2; }

 p { color: rgb(252,86,178); }

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

background-color css

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

 a { background-color: rgb(252,86,178); }

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

border-color css

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

 span { border-color: rgb(252,86,178); }

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