Html Css Color HEX #FB81B8 Persian Pink

📋 copy color: '#FB81B8'

red 251 ◦ green 129 ◦ blue 184

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

Shades of Persian Pink #FB81B8

Tints of Persian Pink #FB81B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.62%

R = 44.5%
G = 22.87%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB81B8 (or 0xFB81B8) is known color: Persian Pink. HEX triplet: FB, 81 and B8. RGB value is (251,129,184). Sum of RGB (Red+Green+Blue) = 251+129+184=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81B8 is #047E47. Grayscale: #ABABAB. Windows color (decimal): -294472 or 12091899. OLE color: 12091899.

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

Color convert

RGB 251 129 184 -
CMYK 0 0.49 0.27 0.02
HSL 332.95º 0.94% 0.75% -
HSV(B) 332.95º 0.49% 0.98% -
XYZ 56.29 39.67 50.04 -
YUV 171.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 251 129 184 0 0.49 0.27 0.02 332.95 0.94 0.75
Hex FB 81 B8 0 31 1B 2 14D 5E 4B
Octal 373 201 270 0 61 33 2 515 136 113
Binary 11111011 10000001 10111000 0 110001 11011 10 101001101 1011110 1001011

Color Harmonies of #FB81B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB81B8

Black with #FB81B8

Text Example


Text Example

White with #FB81B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB81B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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