#FD83C1

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

Shades of Tea Rose #FD83C1

Tints of Tea Rose #FD83C1

Color information

#FD83C1 (or 0xFD83C1) is unknown color: approx Tea Rose. HEX triplet: FD, 83 and C1. RGB value is (253,131,193). Sum of RGB (Red+Green+Blue) = 253+131+193=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 131 (51.56% from 255 or 22.70% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83C1 is #027C3E. Grayscale: #AEAEAE. Windows color (decimal): -162879 or 12682237. OLE color: 12682237.

HSL color Cylindrical-coordinate representation of color #FD83C1: hue angle of 329.51º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FD83C1 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253131193-
CMYK00.480.240.01
HSL329.51º96.83%75.29%-
HSV(B)329.51º48.22%99.22%-
XYZ58.2540.9755.29-
YUV174.55138.42183.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.85%
GREEN value IS 131 (51.56% from 255) = 22.70%
BLUE value IS 193 (75.78% from 255) = 33.45%
R=43.85%
G=22.70%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313119300.480.240.01329.5196.8375.29
HexFD83C103018114a614b
Octal375203301060301512141113
Binary111111011000001111000001011000011000110100101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83C1; }

 p { color: rgb(253,131,193); }

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

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

 a { background-color: rgb(253,131,193); }

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

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

 span { border-color: rgb(253,131,193); }

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