Html Css Color HEX #F693DD Lavender Rose

📋 copy color: '#F693DD'

red 246 ◦ green 147 ◦ blue 221

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

Shades of Lavender Rose #F693DD

Tints of Lavender Rose #F693DD

RGB

 RED value IS 246 (96.48% from 255) = 40.07%

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

 BLUE value IS 221 (86.72% from 255) = 35.99%

R = 40.07%
G = 23.94%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F693DD (or 0xF693DD) is known color: Lavender Rose. HEX triplet: F6, 93 and DD. RGB value is (246,147,221). Sum of RGB (Red+Green+Blue) = 246+147+221=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F693DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693DD is #096C22. Grayscale: #B8B8B8. Windows color (decimal): -617507 or 14521334. OLE color: 14521334.

HSL color Cylindrical-coordinate representation of color #F693DD: hue angle of 315.15º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693DD is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 147 221 -
CMYK 0 0.40 0.10 0.04
HSL 315.15º 0.85% 0.77% -
HSV(B) 315.15º 0.4% 0.96% -
XYZ 61.49 45.68 73.98 -
YUV 185.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 246 147 221 0 0.40 0.10 0.04 315.15 0.85 0.77
Hex F6 93 DD 0 28 A 4 13B 55 4D
Octal 366 223 335 0 50 12 4 473 125 115
Binary 11110110 10010011 11011101 0 101000 1010 100 100111011 1010101 1001101

Color Harmonies of #F693DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693DD

Black with #F693DD

Text Example


Text Example

White with #F693DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693DD; }

 p { color: rgb(246,147,221); }

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

background-color css

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

 a { background-color: rgb(246,147,221); }

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

border-color css

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

 span { border-color: rgb(246,147,221); }

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