Html Css Color HEX #F69BDC Lavender Rose

📋 copy color: '#F69BDC'

red 246 ◦ green 155 ◦ blue 220

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

Shades of Lavender Rose #F69BDC

Tints of Lavender Rose #F69BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 39.61%
G = 24.96%
B = 35.43%

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

#F69BDC (or 0xF69BDC) is known color: Lavender Rose. HEX triplet: F6, 9B and DC. RGB value is (246,155,220). Sum of RGB (Red+Green+Blue) = 246+155+220=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F69BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69BDC is #096423. Grayscale: #BDBDBD. Windows color (decimal): -615460 or 14457846. OLE color: 14457846.

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

Color convert

RGB 246 155 220 -
CMYK 0 0.37 0.11 0.04
HSL 317.14º 0.83% 0.79% -
HSV(B) 317.14º 0.37% 0.96% -
XYZ 62.65 48.2 73.71 -
YUV 189.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 246 155 220 0 0.37 0.11 0.04 317.14 0.83 0.79
Hex F6 9B DC 0 25 B 4 13D 53 4F
Octal 366 233 334 0 45 13 4 475 123 117
Binary 11110110 10011011 11011100 0 100101 1011 100 100111101 1010011 1001111

Color Harmonies of #F69BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69BDC

Black with #F69BDC

Text Example


Text Example

White with #F69BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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