Html Css Color HEX #F6B9E3 Lavender Rose

📋 copy color: '#F6B9E3'

red 246 ◦ green 185 ◦ blue 227

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

Shades of Lavender Rose #F6B9E3

Tints of Lavender Rose #F6B9E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.5%

R = 37.39%
G = 28.12%
B = 34.5%

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

#F6B9E3 (or 0xF6B9E3) is known color: Lavender Rose. HEX triplet: F6, B9 and E3. RGB value is (246,185,227). Sum of RGB (Red+Green+Blue) = 246+185+227=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 185 (72.66% from 255 or 28.12% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9E3 is #09461C. Grayscale: #CFCFCF. Windows color (decimal): -607773 or 14924278. OLE color: 14924278.

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

Color convert

RGB 246 185 227 -
CMYK 0 0.25 0.08 0.04
HSL 318.69º 0.77% 0.85% -
HSV(B) 318.69º 0.25% 0.96% -
XYZ 69.22 59.84 80.57 -
YUV 208.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 246 185 227 0 0.25 0.08 0.04 318.69 0.77 0.85
Hex F6 B9 E3 0 19 8 4 13F 4D 55
Octal 366 271 343 0 31 10 4 477 115 125
Binary 11110110 10111001 11100011 0 11001 1000 100 100111111 1001101 1010101

Color Harmonies of #F6B9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9E3

Black with #F6B9E3

Text Example


Text Example

White with #F6B9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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