Html Css Color HEX #F69BDA Lavender Rose

📋 copy color: '#F69BDA'

red 246 ◦ green 155 ◦ blue 218

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

Shades of Lavender Rose #F69BDA

Tints of Lavender Rose #F69BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 39.74%
G = 25.04%
B = 35.22%

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

#F69BDA (or 0xF69BDA) is known color: Lavender Rose. HEX triplet: F6, 9B and DA. RGB value is (246,155,218). Sum of RGB (Red+Green+Blue) = 246+155+218=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BDA is #096425. Grayscale: #BDBDBD. Windows color (decimal): -615462 or 14326774. OLE color: 14326774.

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

Color convert

RGB 246 155 218 -
CMYK 0 0.37 0.11 0.04
HSL 318.46º 0.83% 0.79% -
HSV(B) 318.46º 0.37% 0.96% -
XYZ 62.38 48.1 72.33 -
YUV 189.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 246 155 218 0 0.37 0.11 0.04 318.46 0.83 0.79
Hex F6 9B DA 0 25 B 4 13E 53 4F
Octal 366 233 332 0 45 13 4 476 123 117
Binary 11110110 10011011 11011010 0 100101 1011 100 100111110 1010011 1001111

Color Harmonies of #F69BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BDA

Black with #F69BDA

Text Example


Text Example

White with #F69BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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