#FD83CD

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

Shades of Tea Rose #FD83CD

Tints of Tea Rose #FD83CD

Color information

#FD83CD (or 0xFD83CD) is unknown color: approx Tea Rose. HEX triplet: FD, 83 and CD. RGB value is (253,131,205). Sum of RGB (Red+Green+Blue) = 253+131+205=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD83CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD83CD is #027C32. Grayscale: #AFAFAF. Windows color (decimal): -162867 or 13468669. OLE color: 13468669.

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

Color convert

RGB253131205-
CMYK00.480.190.01
HSL323.61º96.83%75.29%-
HSV(B)323.61º48.22%99.22%-
XYZ59.6441.5262.63-
YUV175.91144.42182.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=42.95%
G=22.24%
B=34.80%

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
Decimal25313120500.480.190.01323.6196.8375.29
HexFD83CD030131144614b
Octal375203315060231504141113
Binary111111011000001111001101011000010011110100010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD83CD; }

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

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

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

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

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

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

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

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