Html Css Color HEX #FF93D1 Tea Rose

📋 copy color: '#FF93D1'

red 255 ◦ green 147 ◦ blue 209

#FF93D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #FF93D1

Tints of Tea Rose #FF93D1

RGB

 RED value IS 255 (100% from 255) = 41.73%

 GREEN value IS 147 (57.81% from 255) = 24.06%

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 41.73%
G = 24.06%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF93D1 (or 0xFF93D1) is known color: Tea Rose. HEX triplet: FF, 93 and D1. RGB value is (255,147,209). Sum of RGB (Red+Green+Blue) = 255+147+209=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93D1 is #006C2E. Grayscale: #BABABA. Windows color (decimal): -27695 or 13734911. OLE color: 13734911.

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

Color convert

RGB 255 147 209 -
CMYK 0 0.42 0.18 0
HSL 325.56º 1% 0.79% -
HSV(B) 325.56º 0.42% 1% -
XYZ 63.18 46.73 66.01 -
YUV 186.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 255 147 209 0 0.42 0.18 0 325.56 1 0.79
Hex FF 93 D1 0 2A 12 0 146 64 4F
Octal 377 223 321 0 52 22 0 506 144 117
Binary 11111111 10010011 11010001 0 101010 10010 0 101000110 1100100 1001111

Color Harmonies of #FF93D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93D1

Black with #FF93D1

Text Example


Text Example

White with #FF93D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93D1; }

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

 H1.HeaderClassName
 {
   color: #FF93D1;
 }
 .AnyTagClassName
 {
   color: #FF93D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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