Html Css Color HEX #F694D3 Lavender Rose

📋 copy color: '#F694D3'

red 246 ◦ green 148 ◦ blue 211

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

Shades of Lavender Rose #F694D3

Tints of Lavender Rose #F694D3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.46%

 BLUE value IS 211 (82.81% from 255) = 34.88%

R = 40.66%
G = 24.46%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F694D3 (or 0xF694D3) is known color: Lavender Rose. HEX triplet: F6, 94 and D3. RGB value is (246,148,211). Sum of RGB (Red+Green+Blue) = 246+148+211=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 148 (58.20% from 255 or 24.46% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F694D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694D3 is #096B2C. Grayscale: #B8B8B8. Windows color (decimal): -617261 or 13866230. OLE color: 13866230.

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

Color convert

RGB 246 148 211 -
CMYK 0 0.40 0.14 0.04
HSL 321.43º 0.84% 0.77% -
HSV(B) 321.43º 0.4% 0.96% -
XYZ 60.35 45.48 67.22 -
YUV 184.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 246 148 211 0 0.40 0.14 0.04 321.43 0.84 0.77
Hex F6 94 D3 0 28 E 4 141 54 4D
Octal 366 224 323 0 50 16 4 501 124 115
Binary 11110110 10010100 11010011 0 101000 1110 100 101000001 1010100 1001101

Color Harmonies of #F694D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694D3

Black with #F694D3

Text Example


Text Example

White with #F694D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694D3; }

 p { color: rgb(246,148,211); }

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

background-color css

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

 a { background-color: rgb(246,148,211); }

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

border-color css

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

 span { border-color: rgb(246,148,211); }

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