Html Css Color HEX #F9BCF6 Lavender Rose

📋 copy color: '#F9BCF6'

red 249 ◦ green 188 ◦ blue 246

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

Shades of Lavender Rose #F9BCF6

Tints of Lavender Rose #F9BCF6

RGB

 RED value IS 249 (97.66% from 255) = 36.46%

 GREEN value IS 188 (73.83% from 255) = 27.53%

 BLUE value IS 246 (96.48% from 255) = 36.02%

R = 36.46%
G = 27.53%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F9BCF6 (or 0xF9BCF6) is known color: Lavender Rose. HEX triplet: F9, BC and F6. RGB value is (249,188,246). Sum of RGB (Red+Green+Blue) = 249+188+246=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCF6 is #064309. Grayscale: #D4D4D4. Windows color (decimal): -410378 or 16170233. OLE color: 16170233.

HSL color Cylindrical-coordinate representation of color #F9BCF6: hue angle of 302.95º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCF6 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 246 -
CMYK 0 0.24 0.01 0.02
HSL 302.95º 0.84% 0.86% -
HSV(B) 302.95º 0.24% 0.98% -
XYZ 73.68 62.76 95.42 -
YUV 212.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 249 188 246 0 0.24 0.01 0.02 302.95 0.84 0.86
Hex F9 BC F6 0 18 1 2 12F 54 56
Octal 371 274 366 0 30 1 2 457 124 126
Binary 11111001 10111100 11110110 0 11000 1 10 100101111 1010100 1010110

Color Harmonies of #F9BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCF6

Black with #F9BCF6

Text Example


Text Example

White with #F9BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCF6; }

 p { color: rgb(249,188,246); }

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

background-color css

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

 a { background-color: rgb(249,188,246); }

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

border-color css

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

 span { border-color: rgb(249,188,246); }

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