#FF93CA

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

Shades of Tea Rose #FF93CA

Tints of Tea Rose #FF93CA

Color information

#FF93CA (or 0xFF93CA) is unknown color: approx Tea Rose. HEX triplet: FF, 93 and CA. RGB value is (255,147,202). Sum of RGB (Red+Green+Blue) = 255+147+202=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93CA is #006C35. Grayscale: #B9B9B9. Windows color (decimal): -27702 or 13276159. OLE color: 13276159.

HSL color Cylindrical-coordinate representation of color #FF93CA: hue angle of 329.44º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF93CA is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255147202-
CMYK00.420.210
HSL329.44º100%78.82%-
HSV(B)329.44º42.35%100%-
XYZ62.3346.3961.55-
YUV185.56137.28177.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 147 (57.81% from 255) = 24.34%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=42.22%
G=24.34%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514720200.420.210329.4410078.82
HexFF93CA02A150149644f
Octal377223312052250511144117
Binary111111111001001111001010010101010101010100100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93CA; }

 p { color: rgb(255,147,202); }

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

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

 a { background-color: rgb(255,147,202); }

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

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

 span { border-color: rgb(255,147,202); }

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