#FF92CE

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

Shades of Tea Rose #FF92CE

Tints of Tea Rose #FF92CE

Color information

#FF92CE (or 0xFF92CE) is unknown color: approx Tea Rose. HEX triplet: FF, 92 and CE. RGB value is (255,146,206). Sum of RGB (Red+Green+Blue) = 255+146+206=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF92CE is #006D31. Grayscale: #B9B9B9. Windows color (decimal): -27954 or 13538047. OLE color: 13538047.

HSL color Cylindrical-coordinate representation of color #FF92CE: hue angle of 326.97º 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 #FF92CE is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255146206-
CMYK00.430.190
HSL326.97º100%78.63%-
HSV(B)326.97º42.75%100%-
XYZ62.6646.2764.02-
YUV185.43139.61177.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=42.01%
G=24.05%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514620600.430.190326.9710078.63
HexFF92CE02B130147644f
Octal377222316053230507144117
Binary111111111001001011001110010101110011010100011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF92CE; }

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

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

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

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

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

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

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

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