#FB8DC0

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

Shades of Tea Rose #FB8DC0

Tints of Tea Rose #FB8DC0

Color information

#FB8DC0 (or 0xFB8DC0) is unknown color: approx Tea Rose. HEX triplet: FB, 8D and C0. RGB value is (251,141,192). Sum of RGB (Red+Green+Blue) = 251+141+192=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8DC0 is #04723F. Grayscale: #B3B3B3. Windows color (decimal): -291392 or 12619259. OLE color: 12619259.

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

Color convert

RGB251141192-
CMYK00.440.240.02
HSL332.18º93.22%76.86%-
HSV(B)332.18º43.82%98.43%-
XYZ58.8243.3655.14-
YUV179.7134.94178.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.98%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=42.98%
G=24.14%
B=32.88%

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
Decimal25114119200.440.240.02332.1893.2276.86
HexFB8DC002C18214c5d4d
Octal373215300054302514135115
Binary1111101110001101110000000101100110001010100110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8DC0; }

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

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

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

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

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

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

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

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