#FD92CF

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

Shades of Tea Rose #FD92CF

Tints of Tea Rose #FD92CF

Color information

#FD92CF (or 0xFD92CF) is unknown color: approx Tea Rose. HEX triplet: FD, 92 and CF. RGB value is (253,146,207). Sum of RGB (Red+Green+Blue) = 253+146+207=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92CF is #026D30. Grayscale: #B8B8B8. Windows color (decimal): -159025 or 13603581. OLE color: 13603581.

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

Color convert

RGB253146207-
CMYK00.420.180.01
HSL325.79º96.4%78.24%-
HSV(B)325.79º42.29%99.22%-
XYZ62.0545.9564.63-
YUV184.95140.45176.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 146 (57.42% from 255) = 24.09%
BLUE value IS 207 (81.25% from 255) = 34.16%
R=41.75%
G=24.09%
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.01
SystemRedGreenBlueCMYKHSL
Decimal25314620700.420.180.01325.7996.478.24
HexFD92CF02A121146604e
Octal375222317052221506140116
Binary111111011001001011001111010101010010110100011011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD92CF; }

 p { color: rgb(253,146,207); }

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

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

 a { background-color: rgb(253,146,207); }

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

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

 span { border-color: rgb(253,146,207); }

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