Html Css Color HEX #FB85B8 Persian Pink

📋 copy color: '#FB85B8'

red 251 ◦ green 133 ◦ blue 184

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

Shades of Persian Pink #FB85B8

Tints of Persian Pink #FB85B8

RGB

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

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

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

R = 44.19%
G = 23.42%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB85B8 (or 0xFB85B8) is known color: Persian Pink. HEX triplet: FB, 85 and B8. RGB value is (251,133,184). Sum of RGB (Red+Green+Blue) = 251+133+184=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 184 (72.27% from 255 or 32.39% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB85B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB85B8 is #047A47. Grayscale: #AEAEAE. Windows color (decimal): -293448 or 12092923. OLE color: 12092923.

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

Color convert

RGB 251 133 184 -
CMYK 0 0.47 0.27 0.02
HSL 334.07º 0.94% 0.75% -
HSV(B) 334.07º 0.47% 0.98% -
XYZ 56.82 40.74 50.22 -
YUV 174.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 251 133 184 0 0.47 0.27 0.02 334.07 0.94 0.75
Hex FB 85 B8 0 2F 1B 2 14E 5E 4B
Octal 373 205 270 0 57 33 2 516 136 113
Binary 11111011 10000101 10111000 0 101111 11011 10 101001110 1011110 1001011

Color Harmonies of #FB85B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB85B8

Black with #FB85B8

Text Example


Text Example

White with #FB85B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB85B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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