Html Css Color HEX #F69CDB Lavender Rose

📋 copy color: '#F69CDB'

red 246 ◦ green 156 ◦ blue 219

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

Shades of Lavender Rose #F69CDB

Tints of Lavender Rose #F69CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.12%

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

R = 39.61%
G = 25.12%
B = 35.27%

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

#F69CDB (or 0xF69CDB) is known color: Lavender Rose. HEX triplet: F6, 9C and DB. RGB value is (246,156,219). Sum of RGB (Red+Green+Blue) = 246+156+219=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CDB is #096324. Grayscale: #BDBDBD. Windows color (decimal): -615205 or 14392566. OLE color: 14392566.

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

Color convert

RGB 246 156 219 -
CMYK 0 0.37 0.11 0.04
HSL 318º 0.83% 0.79% -
HSV(B) 318º 0.37% 0.96% -
XYZ 62.68 48.48 73.07 -
YUV 190.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 246 156 219 0 0.37 0.11 0.04 318 0.83 0.79
Hex F6 9C DB 0 25 B 4 13E 53 4F
Octal 366 234 333 0 45 13 4 476 123 117
Binary 11110110 10011100 11011011 0 100101 1011 100 100111110 1010011 1001111

Color Harmonies of #F69CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69CDB

Black with #F69CDB

Text Example


Text Example

White with #F69CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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