Html Css Color HEX #FB81B9 Persian Pink

📋 copy color: '#FB81B9'

red 251 ◦ green 129 ◦ blue 185

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

Shades of Persian Pink #FB81B9

Tints of Persian Pink #FB81B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 44.42%
G = 22.83%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB81B9 (or 0xFB81B9) is known color: Persian Pink. HEX triplet: FB, 81 and B9. RGB value is (251,129,185). Sum of RGB (Red+Green+Blue) = 251+129+185=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81B9 is #047E46. Grayscale: #ABABAB. Windows color (decimal): -294471 or 12157435. OLE color: 12157435.

HSL color Cylindrical-coordinate representation of color #FB81B9: hue angle of 332.46º 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 #FB81B9 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 129 185 -
CMYK 0 0.49 0.26 0.02
HSL 332.46º 0.94% 0.75% -
HSV(B) 332.46º 0.49% 0.98% -
XYZ 56.39 39.71 50.59 -
YUV 171.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 251 129 185 0 0.49 0.26 0.02 332.46 0.94 0.75
Hex FB 81 B9 0 31 1A 2 14C 5E 4B
Octal 373 201 271 0 61 32 2 514 136 113
Binary 11111011 10000001 10111001 0 110001 11010 10 101001100 1011110 1001011

Color Harmonies of #FB81B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81B9

Black with #FB81B9

Text Example


Text Example

White with #FB81B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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