#F9BFED

Color #F9BFED Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #F9BFED

Tints of Lavender Rose #F9BFED

Color information

#F9BFED (or 0xF9BFED) is unknown color: approx Lavender Rose. HEX triplet: F9, BF and ED. RGB value is (249,191,237). Sum of RGB (Red+Green+Blue) = 249+191+237=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 191 (75% from 255 or 28.21% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BFED is #064012. Grayscale: #D5D5D5. Windows color (decimal): -409619 or 15581177. OLE color: 15581177.

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

Color convert

RGB249191237-
CMYK00.230.050.02
HSL312.41º82.86%86.27%-
HSV(B)312.41º23.29%97.65%-
XYZ72.9863.5288.53-
YUV213.59141.22153.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.78%
GREEN value IS 191 (75% from 255) = 28.21%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=36.78%
G=28.21%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919123700.230.050.02312.4182.8686.27
HexF9BFED017521385356
Octal37127735502752470123126
Binary1111100110111111111011010101111011010011100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BFED; }

 p { color: rgb(249,191,237); }

 H1.HeaderClassName
 {
   color: #F9BFED;
 }
 .AnyTagClassName
 {
   color: #F9BFED;
 }
</style>
background-color css

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

 a { background-color: rgb(249,191,237); }

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

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

 span { border-color: rgb(249,191,237); }

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