Html Css Color HEX #FF93C2 Tea Rose

📋 copy color: '#FF93C2'

red 255 ◦ green 147 ◦ blue 194

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

Shades of Tea Rose #FF93C2

Tints of Tea Rose #FF93C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 42.79%
G = 24.66%
B = 32.55%

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

#FF93C2 (or 0xFF93C2) is known color: Tea Rose. HEX triplet: FF, 93 and C2. RGB value is (255,147,194). Sum of RGB (Red+Green+Blue) = 255+147+194=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93C2 is #006C3D. Grayscale: #B8B8B8. Windows color (decimal): -27710 or 12751871. OLE color: 12751871.

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

Color convert

RGB 255 147 194 -
CMYK 0 0.42 0.24 0
HSL 333.89º 1% 0.79% -
HSV(B) 333.89º 0.42% 1% -
XYZ 61.41 46.02 56.69 -
YUV 184.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 255 147 194 0 0.42 0.24 0 333.89 1 0.79
Hex FF 93 C2 0 2A 18 0 14E 64 4F
Octal 377 223 302 0 52 30 0 516 144 117
Binary 11111111 10010011 11000010 0 101010 11000 0 101001110 1100100 1001111

Color Harmonies of #FF93C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93C2

Black with #FF93C2

Text Example


Text Example

White with #FF93C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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