Html Css Color HEX #F693D8 Lavender Rose

📋 copy color: '#F693D8'

red 246 ◦ green 147 ◦ blue 216

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

Shades of Lavender Rose #F693D8

Tints of Lavender Rose #F693D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 40.39%
G = 24.14%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F693D8 (or 0xF693D8) is known color: Lavender Rose. HEX triplet: F6, 93 and D8. RGB value is (246,147,216). Sum of RGB (Red+Green+Blue) = 246+147+216=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F693D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F693D8 is #096C27. Grayscale: #B8B8B8. Windows color (decimal): -617512 or 14193654. OLE color: 14193654.

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

Color convert

RGB 246 147 216 -
CMYK 0 0.40 0.12 0.04
HSL 318.18º 0.85% 0.77% -
HSV(B) 318.18º 0.4% 0.96% -
XYZ 60.83 45.42 70.53 -
YUV 184.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 246 147 216 0 0.40 0.12 0.04 318.18 0.85 0.77
Hex F6 93 D8 0 28 C 4 13E 55 4D
Octal 366 223 330 0 50 14 4 476 125 115
Binary 11110110 10010011 11011000 0 101000 1100 100 100111110 1010101 1001101

Color Harmonies of #F693D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F693D8

Black with #F693D8

Text Example


Text Example

White with #F693D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F693D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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