Html Css Color HEX #F699DD Lavender Rose

📋 copy color: '#F699DD'

red 246 ◦ green 153 ◦ blue 221

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

Shades of Lavender Rose #F699DD

Tints of Lavender Rose #F699DD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.68%

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

R = 39.68%
G = 24.68%
B = 35.65%

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

#F699DD (or 0xF699DD) is known color: Lavender Rose. HEX triplet: F6, 99 and DD. RGB value is (246,153,221). Sum of RGB (Red+Green+Blue) = 246+153+221=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F699DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699DD is #096622. Grayscale: #BCBCBC. Windows color (decimal): -615971 or 14522870. OLE color: 14522870.

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

Color convert

RGB 246 153 221 -
CMYK 0 0.38 0.10 0.04
HSL 316.13º 0.84% 0.78% -
HSV(B) 316.13º 0.38% 0.96% -
XYZ 62.45 47.6 74.3 -
YUV 188.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 246 153 221 0 0.38 0.10 0.04 316.13 0.84 0.78
Hex F6 99 DD 0 26 A 4 13C 54 4E
Octal 366 231 335 0 46 12 4 474 124 116
Binary 11110110 10011001 11011101 0 100110 1010 100 100111100 1010100 1001110

Color Harmonies of #F699DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F699DD

Black with #F699DD

Text Example


Text Example

White with #F699DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F699DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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