Html Css Color HEX #F693E3 Lavender Rose

📋 copy color: '#F693E3'

red 246 ◦ green 147 ◦ blue 227

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

Shades of Lavender Rose #F693E3

Tints of Lavender Rose #F693E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.61%

R = 39.68%
G = 23.71%
B = 36.61%

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

#F693E3 (or 0xF693E3) is known color: Lavender Rose. HEX triplet: F6, 93 and E3. RGB value is (246,147,227). Sum of RGB (Red+Green+Blue) = 246+147+227=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F693E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693E3 is #096C1C. Grayscale: #B9B9B9. Windows color (decimal): -617501 or 14914550. OLE color: 14914550.

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

Color convert

RGB 246 147 227 -
CMYK 0 0.40 0.08 0.04
HSL 311.52º 0.85% 0.77% -
HSV(B) 311.52º 0.4% 0.96% -
XYZ 62.3 46.01 78.27 -
YUV 185.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 246 147 227 0 0.40 0.08 0.04 311.52 0.85 0.77
Hex F6 93 E3 0 28 8 4 138 55 4D
Octal 366 223 343 0 50 10 4 470 125 115
Binary 11110110 10010011 11100011 0 101000 1000 100 100111000 1010101 1001101

Color Harmonies of #F693E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693E3

Black with #F693E3

Text Example


Text Example

White with #F693E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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