Html Css Color HEX #F69BDB Lavender Rose

📋 copy color: '#F69BDB'

red 246 ◦ green 155 ◦ blue 219

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

Shades of Lavender Rose #F69BDB

Tints of Lavender Rose #F69BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25%

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

R = 39.68%
G = 25%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F69BDB (or 0xF69BDB) is known color: Lavender Rose. HEX triplet: F6, 9B and DB. RGB value is (246,155,219). Sum of RGB (Red+Green+Blue) = 246+155+219=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BDB is #096424. Grayscale: #BDBDBD. Windows color (decimal): -615461 or 14392310. OLE color: 14392310.

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

Color convert

RGB 246 155 219 -
CMYK 0 0.37 0.11 0.04
HSL 317.8º 0.83% 0.79% -
HSV(B) 317.8º 0.37% 0.96% -
XYZ 62.51 48.15 73.02 -
YUV 189.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 246 155 219 0 0.37 0.11 0.04 317.8 0.83 0.79
Hex F6 9B DB 0 25 B 4 13E 53 4F
Octal 366 233 333 0 45 13 4 476 123 117
Binary 11110110 10011011 11011011 0 100101 1011 100 100111110 1010011 1001111

Color Harmonies of #F69BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BDB

Black with #F69BDB

Text Example


Text Example

White with #F69BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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