#FB8DBD

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

Shades of Tea Rose #FB8DBD

Tints of Tea Rose #FB8DBD

Color information

#FB8DBD (or 0xFB8DBD) is unknown color: approx Tea Rose. HEX triplet: FB, 8D and BD. RGB value is (251,141,189). Sum of RGB (Red+Green+Blue) = 251+141+189=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DBD is #047242. Grayscale: #B3B3B3. Windows color (decimal): -291395 or 12422651. OLE color: 12422651.

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

Color convert

RGB251141189-
CMYK00.440.250.02
HSL333.82º93.22%76.86%-
HSV(B)333.82º43.82%98.43%-
XYZ58.4943.2353.41-
YUV179.36133.44179.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=43.20%
G=24.27%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114118900.440.250.02333.8293.2276.86
HexFB8DBD02C19214e5d4d
Octal373215275054312516135115
Binary1111101110001101101111010101100110011010100111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DBD; }

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

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

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

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

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

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

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

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