Html Css Color HEX #F6B9EF Lavender Rose

📋 copy color: '#F6B9EF'

red 246 ◦ green 185 ◦ blue 239

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

Shades of Lavender Rose #F6B9EF

Tints of Lavender Rose #F6B9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.67%

R = 36.72%
G = 27.61%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F6B9EF (or 0xF6B9EF) is known color: Lavender Rose. HEX triplet: F6, B9 and EF. RGB value is (246,185,239). Sum of RGB (Red+Green+Blue) = 246+185+239=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B9EF is #094610. Grayscale: #D1D1D1. Windows color (decimal): -607761 or 15710710. OLE color: 15710710.

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

Color convert

RGB 246 185 239 -
CMYK 0 0.25 0.03 0.04
HSL 306.89º 0.77% 0.85% -
HSV(B) 306.89º 0.25% 0.96% -
XYZ 70.93 60.52 89.6 -
YUV 209.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 246 185 239 0 0.25 0.03 0.04 306.89 0.77 0.85
Hex F6 B9 EF 0 19 3 4 133 4D 55
Octal 366 271 357 0 31 3 4 463 115 125
Binary 11110110 10111001 11101111 0 11001 11 100 100110011 1001101 1010101

Color Harmonies of #F6B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9EF

Black with #F6B9EF

Text Example


Text Example

White with #F6B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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