Html Css Color HEX #F69DDB Lavender Rose

📋 copy color: '#F69DDB'

red 246 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #F69DDB

Tints of Lavender Rose #F69DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.24%

 BLUE value IS 219 (85.94% from 255) = 35.21%

R = 39.55%
G = 25.24%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F69DDB (or 0xF69DDB) is known color: Lavender Rose. HEX triplet: F6, 9D and DB. RGB value is (246,157,219). Sum of RGB (Red+Green+Blue) = 246+157+219=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F69DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69DDB is #096224. Grayscale: #BEBEBE. Windows color (decimal): -614949 or 14392822. OLE color: 14392822.

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

Color convert

RGB 246 157 219 -
CMYK 0 0.36 0.11 0.04
HSL 318.2º 0.83% 0.79% -
HSV(B) 318.2º 0.36% 0.96% -
XYZ 62.85 48.82 73.13 -
YUV 190.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 246 157 219 0 0.36 0.11 0.04 318.2 0.83 0.79
Hex F6 9D DB 0 24 B 4 13E 53 4F
Octal 366 235 333 0 44 13 4 476 123 117
Binary 11110110 10011101 11011011 0 100100 1011 100 100111110 1010011 1001111

Color Harmonies of #F69DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69DDB

Black with #F69DDB

Text Example


Text Example

White with #F69DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69DDB; }

 p { color: rgb(246,157,219); }

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

background-color css

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

 a { background-color: rgb(246,157,219); }

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

border-color css

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

 span { border-color: rgb(246,157,219); }

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