#FB92CE

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

Shades of Tea Rose #FB92CE

Tints of Tea Rose #FB92CE

Color information

#FB92CE (or 0xFB92CE) is unknown color: approx Tea Rose. HEX triplet: FB, 92 and CE. RGB value is (251,146,206). Sum of RGB (Red+Green+Blue) = 251+146+206=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB92CE is #046D31. Grayscale: #B8B8B8. Windows color (decimal): -290098 or 13538043. OLE color: 13538043.

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

Color convert

RGB251146206-
CMYK00.420.180.02
HSL325.71º92.92%77.84%-
HSV(B)325.71º41.83%98.43%-
XYZ61.245.5263.95-
YUV184.24140.29175.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 146 (57.42% from 255) = 24.21%
BLUE value IS 206 (80.86% from 255) = 34.16%
R=41.63%
G=24.21%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114620600.420.180.02325.7192.9277.84
HexFB92CE02A1221465d4e
Octal373222316052222506135116
Binary1111101110010010110011100101010100101010100011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB92CE; }

 p { color: rgb(251,146,206); }

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

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

 a { background-color: rgb(251,146,206); }

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

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

 span { border-color: rgb(251,146,206); }

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