#FB8DBF

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

Shades of Tea Rose #FB8DBF

Tints of Tea Rose #FB8DBF

Color information

#FB8DBF (or 0xFB8DBF) is unknown color: approx Tea Rose. HEX triplet: FB, 8D and BF. RGB value is (251,141,191). Sum of RGB (Red+Green+Blue) = 251+141+191=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DBF is #047240. Grayscale: #B3B3B3. Windows color (decimal): -291393 or 12553723. OLE color: 12553723.

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

Color convert

RGB251141191-
CMYK00.440.240.02
HSL332.73º93.22%76.86%-
HSV(B)332.73º43.82%98.43%-
XYZ58.7143.3254.56-
YUV179.59134.44178.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 191 (75% from 255) = 32.76%
R=43.05%
G=24.19%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114119100.440.240.02332.7393.2276.86
HexFB8DBF02C18214d5d4d
Octal373215277054302515135115
Binary1111101110001101101111110101100110001010100110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DBF; }

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

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

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

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

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

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

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

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