#FD92C2

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

Shades of Tea Rose #FD92C2

Tints of Tea Rose #FD92C2

Color information

#FD92C2 (or 0xFD92C2) is unknown color: approx Tea Rose. HEX triplet: FD, 92 and C2. RGB value is (253,146,194). Sum of RGB (Red+Green+Blue) = 253+146+194=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD92C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD92C2 is #026D3D. Grayscale: #B7B7B7. Windows color (decimal): -159038 or 12751613. OLE color: 12751613.

HSL color Cylindrical-coordinate representation of color #FD92C2: hue angle of 333.08º 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 #FD92C2 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253146194-
CMYK00.420.230.01
HSL333.08º96.4%78.24%-
HSV(B)333.08º42.29%99.22%-
XYZ60.5245.3456.6-
YUV183.46133.95177.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 146 (57.42% from 255) = 24.62%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=42.66%
G=24.62%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314619400.420.230.01333.0896.478.24
HexFD92C202A17114d604e
Octal375222302052271515140116
Binary111111011001001011000010010101010111110100110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD92C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD92C2; }

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

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

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

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

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

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

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

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