Html Css Color HEX #F698DD Lavender Rose

📋 copy color: '#F698DD'

red 246 ◦ green 152 ◦ blue 221

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

Shades of Lavender Rose #F698DD

Tints of Lavender Rose #F698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 39.74%
G = 24.56%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F698DD (or 0xF698DD) is known color: Lavender Rose. HEX triplet: F6, 98 and DD. RGB value is (246,152,221). Sum of RGB (Red+Green+Blue) = 246+152+221=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F698DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F698DD is #096722. Grayscale: #BBBBBB. Windows color (decimal): -616227 or 14522614. OLE color: 14522614.

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

Color convert

RGB 246 152 221 -
CMYK 0 0.38 0.10 0.04
HSL 315.96º 0.84% 0.78% -
HSV(B) 315.96º 0.38% 0.96% -
XYZ 62.29 47.27 74.25 -
YUV 187.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 246 152 221 0 0.38 0.10 0.04 315.96 0.84 0.78
Hex F6 98 DD 0 26 A 4 13C 54 4E
Octal 366 230 335 0 46 12 4 474 124 116
Binary 11110110 10011000 11011101 0 100110 1010 100 100111100 1010100 1001110

Color Harmonies of #F698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F698DD

Black with #F698DD

Text Example


Text Example

White with #F698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F698DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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