Html Css Color HEX #FF93C3 Tea Rose

📋 copy color: '#FF93C3'

red 255 ◦ green 147 ◦ blue 195

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

Shades of Tea Rose #FF93C3

Tints of Tea Rose #FF93C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.66%

R = 42.71%
G = 24.62%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF93C3 (or 0xFF93C3) is known color: Tea Rose. HEX triplet: FF, 93 and C3. RGB value is (255,147,195). Sum of RGB (Red+Green+Blue) = 255+147+195=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93C3 is #006C3C. Grayscale: #B8B8B8. Windows color (decimal): -27709 or 12817407. OLE color: 12817407.

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

Color convert

RGB 255 147 195 -
CMYK 0 0.42 0.24 0
HSL 333.33º 1% 0.79% -
HSV(B) 333.33º 0.42% 1% -
XYZ 61.52 46.07 57.28 -
YUV 184.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 255 147 195 0 0.42 0.24 0 333.33 1 0.79
Hex FF 93 C3 0 2A 18 0 14D 64 4F
Octal 377 223 303 0 52 30 0 515 144 117
Binary 11111111 10010011 11000011 0 101010 11000 0 101001101 1100100 1001111

Color Harmonies of #FF93C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93C3

Black with #FF93C3

Text Example


Text Example

White with #FF93C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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