Html Css Color HEX #FB5BAB Brilliant Rose

📋 copy color: '#FB5BAB'

red 251 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #FB5BAB

Tints of Brilliant Rose #FB5BAB

RGB

 RED value IS 251 (98.44% from 255) = 48.93%

 GREEN value IS 91 (35.94% from 255) = 17.74%

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

R = 48.93%
G = 17.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB5BAB (or 0xFB5BAB) is known color: Brilliant Rose. HEX triplet: FB, 5B and AB. RGB value is (251,91,171). Sum of RGB (Red+Green+Blue) = 251+91+171=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5BAB is #04A454. Grayscale: #939393. Windows color (decimal): -304213 or 11230203. OLE color: 11230203.

HSL color Cylindrical-coordinate representation of color #FB5BAB: 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.64%. Process color model (Four color, CMYK) of #FB5BAB is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 91 171 -
CMYK 0 0.64 0.32 0.02
HSL 330º 0.95% 0.67% -
HSV(B) 330º 0.64% 0.98% -
XYZ 50.88 30.93 41.82 -
YUV 147.96 141.01 201.5 -
System Red Green Blue C M Y K H S L
Decimal 251 91 171 0 0.64 0.32 0.02 330 0.95 0.67
Hex FB 5B AB 0 40 20 2 14A 5F 43
Octal 373 133 253 0 100 40 2 512 137 103
Binary 11111011 1011011 10101011 0 1000000 100000 10 101001010 1011111 1000011

Color Harmonies of #FB5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5BAB

Black with #FB5BAB

Text Example


Text Example

White with #FB5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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