#FB88BF

Color #FB88BF Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FB88BF

Tints of Tea Rose #FB88BF

Color information

#FB88BF (or 0xFB88BF) is unknown color: approx Tea Rose. HEX triplet: FB, 88 and BF. RGB value is (251,136,191). Sum of RGB (Red+Green+Blue) = 251+136+191=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88BF is #047740. Grayscale: #B0B0B0. Windows color (decimal): -292673 or 12552443. OLE color: 12552443.

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

Color convert

RGB251136191-
CMYK00.460.240.02
HSL331.3º93.5%75.88%-
HSV(B)331.3º45.82%98.43%-
XYZ57.9941.8854.32-
YUV176.65136.1181.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 136 (53.52% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 33.04%
R=43.43%
G=23.53%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113619100.460.240.02331.393.575.88
HexFB88BF02E18214b5d4c
Octal373210277056302513135114
Binary1111101110001000101111110101110110001010100101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB88BF; }

 p { color: rgb(251,136,191); }

 H1.HeaderClassName
 {
   color: #FB88BF;
 }
 .AnyTagClassName
 {
   color: #FB88BF;
 }
</style>
background-color css

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

 a { background-color: rgb(251,136,191); }

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

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

 span { border-color: rgb(251,136,191); }

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