Html Css Color HEX #FB26AB Persian Rose

📋 copy color: '#FB26AB'

red 251 ◦ green 38 ◦ blue 171

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

Shades of Persian Rose #FB26AB

Tints of Persian Rose #FB26AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.26%

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

R = 54.57%
G = 8.26%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB26AB (or 0xFB26AB) is known color: Persian Rose. HEX triplet: FB, 26 and AB. RGB value is (251,38,171). Sum of RGB (Red+Green+Blue) = 251+38+171=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB26AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB26AB is #04D954. Grayscale: #747474. Windows color (decimal): -317781 or 11216635. OLE color: 11216635.

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

Color convert

RGB 251 38 171 -
CMYK 0 0.85 0.32 0.02
HSL 322.54º 0.96% 0.57% -
HSV(B) 322.54º 0.85% 0.98% -
XYZ 47.83 24.84 40.8 -
YUV 116.85 158.57 223.69 -
System Red Green Blue C M Y K H S L
Decimal 251 38 171 0 0.85 0.32 0.02 322.54 0.96 0.57
Hex FB 26 AB 0 55 20 2 143 60 39
Octal 373 46 253 0 125 40 2 503 140 71
Binary 11111011 100110 10101011 0 1010101 100000 10 101000011 1100000 111001

Color Harmonies of #FB26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB26AB

Black with #FB26AB

Text Example


Text Example

White with #FB26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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