#FD85CD

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

Shades of Tea Rose #FD85CD

Tints of Tea Rose #FD85CD

Color information

#FD85CD (or 0xFD85CD) is unknown color: approx Tea Rose. HEX triplet: FD, 85 and CD. RGB value is (253,133,205). Sum of RGB (Red+Green+Blue) = 253+133+205=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD85CD is #027A32. Grayscale: #B0B0B0. Windows color (decimal): -162355 or 13469181. OLE color: 13469181.

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

Color convert

RGB253133205-
CMYK00.470.190.01
HSL324º96.77%75.69%-
HSV(B)324º47.43%99.22%-
XYZ59.9142.0762.72-
YUV177.09143.76182.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.81%
GREEN value IS 133 (52.34% from 255) = 22.50%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=42.81%
G=22.50%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313320500.470.190.0132496.7775.69
HexFD85CD02F131144614c
Octal375205315057231504141114
Binary111111011000010111001101010111110011110100010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD85CD; }

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

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

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

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

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

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

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

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