Html Css Color HEX #FF93DF Lavender Rose

📋 copy color: '#FF93DF'

red 255 ◦ green 147 ◦ blue 223

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

Shades of Lavender Rose #FF93DF

Tints of Lavender Rose #FF93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.68%

R = 40.8%
G = 23.52%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF93DF (or 0xFF93DF) is known color: Lavender Rose. HEX triplet: FF, 93 and DF. RGB value is (255,147,223). Sum of RGB (Red+Green+Blue) = 255+147+223=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF93DF is #006C20. Grayscale: #BBBBBB. Windows color (decimal): -27681 or 14652415. OLE color: 14652415.

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

Color convert

RGB 255 147 223 -
CMYK 0 0.42 0.13 0
HSL 317.78º 1% 0.79% -
HSV(B) 317.78º 0.42% 1% -
XYZ 64.99 47.46 75.55 -
YUV 187.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 255 147 223 0 0.42 0.13 0 317.78 1 0.79
Hex FF 93 DF 0 2A D 0 13E 64 4F
Octal 377 223 337 0 52 15 0 476 144 117
Binary 11111111 10010011 11011111 0 101010 1101 0 100111110 1100100 1001111

Color Harmonies of #FF93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93DF

Black with #FF93DF

Text Example


Text Example

White with #FF93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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