Html Css Color HEX #FB8AB8 Persian Pink

📋 copy color: '#FB8AB8'

red 251 ◦ green 138 ◦ blue 184

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

Shades of Persian Pink #FB8AB8

Tints of Persian Pink #FB8AB8

RGB

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

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

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

R = 43.8%
G = 24.08%
B = 32.11%

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

#FB8AB8 (or 0xFB8AB8) is known color: Persian Pink. HEX triplet: FB, 8A and B8. RGB value is (251,138,184). Sum of RGB (Red+Green+Blue) = 251+138+184=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8AB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8AB8 is #047547. Grayscale: #B0B0B0. Windows color (decimal): -292168 or 12094203. OLE color: 12094203.

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

Color convert

RGB 251 138 184 -
CMYK 0 0.45 0.27 0.02
HSL 335.58º 0.93% 0.76% -
HSV(B) 335.58º 0.45% 0.98% -
XYZ 57.52 42.15 50.45 -
YUV 177.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 251 138 184 0 0.45 0.27 0.02 335.58 0.93 0.76
Hex FB 8A B8 0 2D 1B 2 150 5D 4C
Octal 373 212 270 0 55 33 2 520 135 114
Binary 11111011 10001010 10111000 0 101101 11011 10 101010000 1011101 1001100

Color Harmonies of #FB8AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8AB8

Black with #FB8AB8

Text Example


Text Example

White with #FB8AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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