Html Css Color HEX #F6B9E2 Lavender Rose

📋 copy color: '#F6B9E2'

red 246 ◦ green 185 ◦ blue 226

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

Shades of Lavender Rose #F6B9E2

Tints of Lavender Rose #F6B9E2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.16%

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 37.44%
G = 28.16%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6B9E2 (or 0xF6B9E2) is known color: Lavender Rose. HEX triplet: F6, B9 and E2. RGB value is (246,185,226). Sum of RGB (Red+Green+Blue) = 246+185+226=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9E2 is #09461D. Grayscale: #CFCFCF. Windows color (decimal): -607774 or 14858742. OLE color: 14858742.

HSL color Cylindrical-coordinate representation of color #F6B9E2: hue angle of 319.67º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6B9E2 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 185 226 -
CMYK 0 0.25 0.08 0.04
HSL 319.67º 0.77% 0.85% -
HSV(B) 319.67º 0.25% 0.96% -
XYZ 69.08 59.78 79.85 -
YUV 207.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 246 185 226 0 0.25 0.08 0.04 319.67 0.77 0.85
Hex F6 B9 E2 0 19 8 4 140 4D 55
Octal 366 271 342 0 31 10 4 500 115 125
Binary 11110110 10111001 11100010 0 11001 1000 100 101000000 1001101 1010101

Color Harmonies of #F6B9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9E2

Black with #F6B9E2

Text Example


Text Example

White with #F6B9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9E2; }

 p { color: rgb(246,185,226); }

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

background-color css

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

 a { background-color: rgb(246,185,226); }

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

border-color css

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

 span { border-color: rgb(246,185,226); }

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