#FD91CD

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

Shades of Tea Rose #FD91CD

Tints of Tea Rose #FD91CD

Color information

#FD91CD (or 0xFD91CD) is unknown color: approx Tea Rose. HEX triplet: FD, 91 and CD. RGB value is (253,145,205). Sum of RGB (Red+Green+Blue) = 253+145+205=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD91CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD91CD is #026E32. Grayscale: #B8B8B8. Windows color (decimal): -159283 or 13472253. OLE color: 13472253.

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

Color convert

RGB253145205-
CMYK00.430.190.01
HSL326.67º96.43%78.04%-
HSV(B)326.67º42.69%99.22%-
XYZ61.6545.5463.3-
YUV184.13139.78177.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 145 (57.03% from 255) = 24.05%
BLUE value IS 205 (80.47% from 255) = 34.00%
R=41.96%
G=24.05%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314520500.430.190.01326.6796.4378.04
HexFD91CD02B131147604e
Octal375221315053231507140116
Binary111111011001000111001101010101110011110100011111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD91CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD91CD; }

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

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

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

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

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

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

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

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