Html Css Color HEX #F6B9F3 Lavender Rose

📋 copy color: '#F6B9F3'

red 246 ◦ green 185 ◦ blue 243

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

Shades of Lavender Rose #F6B9F3

Tints of Lavender Rose #F6B9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.05%

R = 36.5%
G = 27.45%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F6B9F3 (or 0xF6B9F3) is known color: Lavender Rose. HEX triplet: F6, B9 and F3. RGB value is (246,185,243). Sum of RGB (Red+Green+Blue) = 246+185+243=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 185 (72.66% from 255 or 27.45% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B9F3 is #09460C. Grayscale: #D1D1D1. Windows color (decimal): -607757 or 15972854. OLE color: 15972854.

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

Color convert

RGB 246 185 243 -
CMYK 0 0.25 0.01 0.04
HSL 302.95º 0.77% 0.85% -
HSV(B) 302.95º 0.25% 0.96% -
XYZ 71.53 60.76 92.75 -
YUV 209.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 246 185 243 0 0.25 0.01 0.04 302.95 0.77 0.85
Hex F6 B9 F3 0 19 1 4 12F 4D 55
Octal 366 271 363 0 31 1 4 457 115 125
Binary 11110110 10111001 11110011 0 11001 1 100 100101111 1001101 1010101

Color Harmonies of #F6B9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9F3

Black with #F6B9F3

Text Example


Text Example

White with #F6B9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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