#FD90CF

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

Shades of Tea Rose #FD90CF

Tints of Tea Rose #FD90CF

Color information

#FD90CF (or 0xFD90CF) is unknown color: approx Tea Rose. HEX triplet: FD, 90 and CF. RGB value is (253,144,207). Sum of RGB (Red+Green+Blue) = 253+144+207=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90CF is #026F30. Grayscale: #B7B7B7. Windows color (decimal): -159537 or 13603069. OLE color: 13603069.

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

Color convert

RGB253144207-
CMYK00.430.180.01
HSL325.32º96.46%77.84%-
HSV(B)325.32º43.08%99.22%-
XYZ61.7445.3364.53-
YUV183.77141.11177.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.89%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=41.89%
G=23.84%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314420700.430.180.01325.3296.4677.84
HexFD90CF02B121145604e
Octal375220317053221505140116
Binary111111011001000011001111010101110010110100010111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD90CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD90CF; }

 p { color: rgb(253,144,207); }

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

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

 a { background-color: rgb(253,144,207); }

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

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

 span { border-color: rgb(253,144,207); }

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