Html Css Color HEX #FB8AB7 Persian Pink

📋 copy color: '#FB8AB7'

red 251 ◦ green 138 ◦ blue 183

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

Shades of Persian Pink #FB8AB7

Tints of Persian Pink #FB8AB7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.13%

 BLUE value IS 183 (71.88% from 255) = 31.99%

R = 43.88%
G = 24.13%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FB8AB7 (or 0xFB8AB7) is known color: Persian Pink. HEX triplet: FB, 8A and B7. RGB value is (251,138,183). Sum of RGB (Red+Green+Blue) = 251+138+183=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AB7 is #047548. Grayscale: #B0B0B0. Windows color (decimal): -292169 or 12028667. OLE color: 12028667.

HSL color Cylindrical-coordinate representation of color #FB8AB7: hue angle of 336.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8AB7 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 138 183 -
CMYK 0 0.45 0.27 0.02
HSL 336.11º 0.93% 0.76% -
HSV(B) 336.11º 0.45% 0.98% -
XYZ 57.42 42.11 49.9 -
YUV 176.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 251 138 183 0 0.45 0.27 0.02 336.11 0.93 0.76
Hex FB 8A B7 0 2D 1B 2 150 5D 4C
Octal 373 212 267 0 55 33 2 520 135 114
Binary 11111011 10001010 10110111 0 101101 11011 10 101010000 1011101 1001100

Color Harmonies of #FB8AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8AB7

Black with #FB8AB7

Text Example


Text Example

White with #FB8AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8AB7; }

 p { color: rgb(251,138,183); }

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

background-color css

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

 a { background-color: rgb(251,138,183); }

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

border-color css

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

 span { border-color: rgb(251,138,183); }

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