Html Css Color HEX #FB3BAB Persian Rose

📋 copy color: '#FB3BAB'

red 251 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #FB3BAB

Tints of Persian Rose #FB3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.27%

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

R = 52.18%
G = 12.27%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB3BAB (or 0xFB3BAB) is known color: Persian Rose. HEX triplet: FB, 3B and AB. RGB value is (251,59,171). Sum of RGB (Red+Green+Blue) = 251+59+171=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3BAB is #04C454. Grayscale: #808080. Windows color (decimal): -312405 or 11222011. OLE color: 11222011.

HSL color Cylindrical-coordinate representation of color #FB3BAB: hue angle of 325º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3BAB is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 59 171 -
CMYK 0 0.76 0.32 0.02
HSL 325º 0.96% 0.61% -
HSV(B) 325º 0.76% 0.98% -
XYZ 48.7 26.58 41.09 -
YUV 129.18 151.61 214.89 -
System Red Green Blue C M Y K H S L
Decimal 251 59 171 0 0.76 0.32 0.02 325 0.96 0.61
Hex FB 3B AB 0 4C 20 2 145 60 3D
Octal 373 73 253 0 114 40 2 505 140 75
Binary 11111011 111011 10101011 0 1001100 100000 10 101000101 1100000 111101

Color Harmonies of #FB3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3BAB

Black with #FB3BAB

Text Example


Text Example

White with #FB3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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