#FB5BAE

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

Shades of Brilliant Rose #FB5BAE

Tints of Brilliant Rose #FB5BAE

Color information

#FB5BAE (or 0xFB5BAE) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5B and AE. RGB value is (251,91,174). Sum of RGB (Red+Green+Blue) = 251+91+174=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5BAE is #04A451. Grayscale: #949494. Windows color (decimal): -304210 or 11426811. OLE color: 11426811.

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

Color convert

RGB25191174-
CMYK00.640.310.02
HSL328.88º95.24%67.06%-
HSV(B)328.88º63.75%98.43%-
XYZ51.1631.0543.34-
YUV148.3142.51201.25-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.64%
GREEN value IS 91 (35.94% from 255) = 17.64%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=48.64%
G=17.64%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519117400.640.310.02328.8895.2467.06
HexFB5BAE0401F21495f43
Octal3731332560100372511137103
Binary1111101110110111010111001000000111111010100100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5BAE; }

 p { color: rgb(251,91,174); }

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

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

 a { background-color: rgb(251,91,174); }

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

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

 span { border-color: rgb(251,91,174); }

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