Html Css Color HEX #FF93EB Lavender Rose

📋 copy color: '#FF93EB'

red 255 ◦ green 147 ◦ blue 235

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

Shades of Lavender Rose #FF93EB

Tints of Lavender Rose #FF93EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 40.03%
G = 23.08%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF93EB (or 0xFF93EB) is known color: Lavender Rose. HEX triplet: FF, 93 and EB. RGB value is (255,147,235). Sum of RGB (Red+Green+Blue) = 255+147+235=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93EB is #006C14. Grayscale: #BDBDBD. Windows color (decimal): -27669 or 15438847. OLE color: 15438847.

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

Color convert

RGB 255 147 235 -
CMYK 0 0.42 0.08 0
HSL 311.11º 1% 0.79% -
HSV(B) 311.11º 0.42% 1% -
XYZ 66.67 48.13 84.37 -
YUV 189.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 255 147 235 0 0.42 0.08 0 311.11 1 0.79
Hex FF 93 EB 0 2A 8 0 137 64 4F
Octal 377 223 353 0 52 10 0 467 144 117
Binary 11111111 10010011 11101011 0 101010 1000 0 100110111 1100100 1001111

Color Harmonies of #FF93EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93EB

Black with #FF93EB

Text Example


Text Example

White with #FF93EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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