#FD83CE

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

Shades of Tea Rose #FD83CE

Tints of Tea Rose #FD83CE

Color information

#FD83CE (or 0xFD83CE) is unknown color: approx Tea Rose. HEX triplet: FD, 83 and CE. RGB value is (253,131,206). Sum of RGB (Red+Green+Blue) = 253+131+206=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 131 (51.56% from 255 or 22.20% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83CE is #027C31. Grayscale: #AFAFAF. Windows color (decimal): -162866 or 13534205. OLE color: 13534205.

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

Color convert

RGB253131206-
CMYK00.480.190.01
HSL323.11º96.83%75.29%-
HSV(B)323.11º48.22%99.22%-
XYZ59.7641.5763.27-
YUV176.03144.92182.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 131 (51.56% from 255) = 22.20%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=42.88%
G=22.20%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313120600.480.190.01323.1196.8375.29
HexFD83CE030131143614b
Octal375203316060231503141113
Binary111111011000001111001110011000010011110100001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83CE; }

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

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

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

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

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

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

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

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