Html Css Color HEX #F698DC Lavender Rose

📋 copy color: '#F698DC'

red 246 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #F698DC

Tints of Lavender Rose #F698DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.6%

 BLUE value IS 220 (86.33% from 255) = 35.6%

R = 39.81%
G = 24.6%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F698DC (or 0xF698DC) is known color: Lavender Rose. HEX triplet: F6, 98 and DC. RGB value is (246,152,220). Sum of RGB (Red+Green+Blue) = 246+152+220=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F698DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698DC is #096723. Grayscale: #BBBBBB. Windows color (decimal): -616228 or 14457078. OLE color: 14457078.

HSL color Cylindrical-coordinate representation of color #F698DC: hue angle of 316.6º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F698DC is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 152 220 -
CMYK 0 0.38 0.11 0.04
HSL 316.6º 0.84% 0.78% -
HSV(B) 316.6º 0.38% 0.96% -
XYZ 62.15 47.22 73.55 -
YUV 187.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 246 152 220 0 0.38 0.11 0.04 316.6 0.84 0.78
Hex F6 98 DC 0 26 B 4 13D 54 4E
Octal 366 230 334 0 46 13 4 475 124 116
Binary 11110110 10011000 11011100 0 100110 1011 100 100111101 1010100 1001110

Color Harmonies of #F698DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F698DC

Black with #F698DC

Text Example


Text Example

White with #F698DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F698DC; }

 p { color: rgb(246,152,220); }

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

background-color css

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

 a { background-color: rgb(246,152,220); }

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

border-color css

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

 span { border-color: rgb(246,152,220); }

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