Html Css Color HEX #FF93D6 Lavender Rose

📋 copy color: '#FF93D6'

red 255 ◦ green 147 ◦ blue 214

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

Shades of Lavender Rose #FF93D6

Tints of Lavender Rose #FF93D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 41.4%
G = 23.86%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF93D6 (or 0xFF93D6) is known color: Lavender Rose. HEX triplet: FF, 93 and D6. RGB value is (255,147,214). Sum of RGB (Red+Green+Blue) = 255+147+214=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93D6 is #006C29. Grayscale: #BABABA. Windows color (decimal): -27690 or 14062591. OLE color: 14062591.

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

Color convert

RGB 255 147 214 -
CMYK 0 0.42 0.16 0
HSL 322.78º 1% 0.79% -
HSV(B) 322.78º 0.42% 1% -
XYZ 63.81 46.98 69.32 -
YUV 186.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 255 147 214 0 0.42 0.16 0 322.78 1 0.79
Hex FF 93 D6 0 2A 10 0 143 64 4F
Octal 377 223 326 0 52 20 0 503 144 117
Binary 11111111 10010011 11010110 0 101010 10000 0 101000011 1100100 1001111

Color Harmonies of #FF93D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93D6

Black with #FF93D6

Text Example


Text Example

White with #FF93D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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