#F9BCE9

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

Shades of Lavender Rose #F9BCE9

Tints of Lavender Rose #F9BCE9

Color information

#F9BCE9 (or 0xF9BCE9) is unknown color: approx Lavender Rose. HEX triplet: F9, BC and E9. RGB value is (249,188,233). Sum of RGB (Red+Green+Blue) = 249+188+233=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BCE9 is #064316. Grayscale: #D3D3D3. Windows color (decimal): -410391 or 15318265. OLE color: 15318265.

HSL color Cylindrical-coordinate representation of color #F9BCE9: hue angle of 315.74º 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 #F9BCE9 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249188233-
CMYK00.240.060.02
HSL315.74º83.56%85.69%-
HSV(B)315.74º24.5%97.65%-
XYZ71.7661.9985.27-
YUV211.37140.21154.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 188 (73.83% from 255) = 28.06%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=37.16%
G=28.06%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918823300.240.060.02315.7483.5685.69
HexF9BCE90186213c5456
Octal37127435103062474124126
Binary1111100110111100111010010110001101010011110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCE9; }

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

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

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

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

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

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

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

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