#FB5DAC

Color #FB5DAC Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FB5DAC

Tints of Brilliant Rose #FB5DAC

Color information

#FB5DAC (or 0xFB5DAC) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5D and AC. RGB value is (251,93,172). Sum of RGB (Red+Green+Blue) = 251+93+172=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5DAC is #04A253. Grayscale: #959595. Windows color (decimal): -303700 or 11296251. OLE color: 11296251.

HSL color Cylindrical-coordinate representation of color #FB5DAC: hue angle of 330º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DAC is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB25193172-
CMYK00.630.310.02
HSL330º95.18%67.45%-
HSV(B)330º62.95%98.43%-
XYZ51.1431.3242.38-
YUV149.25140.85200.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.64%
GREEN value IS 93 (36.72% from 255) = 18.02%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=48.64%
G=18.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519317200.630.310.0233095.1867.45
HexFB5DAC03F1F214a5f43
Octal373135254077372512137103
Binary111110111011101101011000111111111111010100101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5DAC; }

 p { color: rgb(251,93,172); }

 H1.HeaderClassName
 {
   color: #FB5DAC;
 }
 .AnyTagClassName
 {
   color: #FB5DAC;
 }
</style>
background-color css

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

 a { background-color: rgb(251,93,172); }

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

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

 span { border-color: rgb(251,93,172); }

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