#FF92D0

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

Shades of Tea Rose #FF92D0

Tints of Tea Rose #FF92D0

Color information

#FF92D0 (or 0xFF92D0) is unknown color: approx Tea Rose. HEX triplet: FF, 92 and D0. RGB value is (255,146,208). Sum of RGB (Red+Green+Blue) = 255+146+208=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92D0 is #006D2F. Grayscale: #B9B9B9. Windows color (decimal): -27952 or 13669119. OLE color: 13669119.

HSL color Cylindrical-coordinate representation of color #FF92D0: hue angle of 325.87º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92D0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255146208-
CMYK00.430.180
HSL325.87º100%78.63%-
HSV(B)325.87º42.75%100%-
XYZ62.946.3765.31-
YUV185.66140.61177.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 146 (57.42% from 255) = 23.97%
BLUE value IS 208 (81.64% from 255) = 34.15%
R=41.87%
G=23.97%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514620800.430.180325.8710078.63
HexFF92D002B120146644f
Octal377222320053220506144117
Binary111111111001001011010000010101110010010100011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF92D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF92D0; }

 p { color: rgb(255,146,208); }

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

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

 a { background-color: rgb(255,146,208); }

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

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

 span { border-color: rgb(255,146,208); }

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