Html Css Color HEX #FB85BA Persian Pink

📋 copy color: '#FB85BA'

red 251 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #FB85BA

Tints of Persian Pink #FB85BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.33%

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 44.04%
G = 23.33%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FB85BA (or 0xFB85BA) is known color: Persian Pink. HEX triplet: FB, 85 and BA. RGB value is (251,133,186). Sum of RGB (Red+Green+Blue) = 251+133+186=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85BA is #047A45. Grayscale: #AEAEAE. Windows color (decimal): -293446 or 12223995. OLE color: 12223995.

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

Color convert

RGB 251 133 186 -
CMYK 0 0.47 0.26 0.02
HSL 333.05º 0.94% 0.75% -
HSV(B) 333.05º 0.47% 0.98% -
XYZ 57.03 40.83 51.33 -
YUV 174.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 251 133 186 0 0.47 0.26 0.02 333.05 0.94 0.75
Hex FB 85 BA 0 2F 1A 2 14D 5E 4B
Octal 373 205 272 0 57 32 2 515 136 113
Binary 11111011 10000101 10111010 0 101111 11010 10 101001101 1011110 1001011

Color Harmonies of #FB85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85BA

Black with #FB85BA

Text Example


Text Example

White with #FB85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85BA; }

 p { color: rgb(251,133,186); }

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

background-color css

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

 a { background-color: rgb(251,133,186); }

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

border-color css

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

 span { border-color: rgb(251,133,186); }

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