Html Css Color HEX #FB81B5 Persian Pink

📋 copy color: '#FB81B5'

red 251 ◦ green 129 ◦ blue 181

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

Shades of Persian Pink #FB81B5

Tints of Persian Pink #FB81B5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.99%

 BLUE value IS 181 (71.09% from 255) = 32.26%

R = 44.74%
G = 22.99%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB81B5 (or 0xFB81B5) is known color: Persian Pink. HEX triplet: FB, 81 and B5. RGB value is (251,129,181). Sum of RGB (Red+Green+Blue) = 251+129+181=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81B5 is #047E4A. Grayscale: #ABABAB. Windows color (decimal): -294475 or 11895291. OLE color: 11895291.

HSL color Cylindrical-coordinate representation of color #FB81B5: hue angle of 334.43º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81B5 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 129 181 -
CMYK 0 0.49 0.28 0.02
HSL 334.43º 0.94% 0.75% -
HSV(B) 334.43º 0.49% 0.98% -
XYZ 55.97 39.55 48.4 -
YUV 171.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 251 129 181 0 0.49 0.28 0.02 334.43 0.94 0.75
Hex FB 81 B5 0 31 1C 2 14E 5E 4B
Octal 373 201 265 0 61 34 2 516 136 113
Binary 11111011 10000001 10110101 0 110001 11100 10 101001110 1011110 1001011

Color Harmonies of #FB81B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81B5

Black with #FB81B5

Text Example


Text Example

White with #FB81B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81B5; }

 p { color: rgb(251,129,181); }

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

background-color css

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

 a { background-color: rgb(251,129,181); }

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

border-color css

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

 span { border-color: rgb(251,129,181); }

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