Html Css Color HEX #F693E2 Lavender Rose

📋 copy color: '#F693E2'

red 246 ◦ green 147 ◦ blue 226

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

Shades of Lavender Rose #F693E2

Tints of Lavender Rose #F693E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 39.74%
G = 23.75%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F693E2 (or 0xF693E2) is known color: Lavender Rose. HEX triplet: F6, 93 and E2. RGB value is (246,147,226). Sum of RGB (Red+Green+Blue) = 246+147+226=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F693E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693E2 is #096C1D. Grayscale: #B9B9B9. Windows color (decimal): -617502 or 14849014. OLE color: 14849014.

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

Color convert

RGB 246 147 226 -
CMYK 0 0.40 0.08 0.04
HSL 312.12º 0.85% 0.77% -
HSV(B) 312.12º 0.4% 0.96% -
XYZ 62.17 45.95 77.54 -
YUV 185.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 246 147 226 0 0.40 0.08 0.04 312.12 0.85 0.77
Hex F6 93 E2 0 28 8 4 138 55 4D
Octal 366 223 342 0 50 10 4 470 125 115
Binary 11110110 10010011 11100010 0 101000 1000 100 100111000 1010101 1001101

Color Harmonies of #F693E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693E2

Black with #F693E2

Text Example


Text Example

White with #F693E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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