#F9B8F5

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

Shades of Lavender Rose #F9B8F5

Tints of Lavender Rose #F9B8F5

Color information

#F9B8F5 (or 0xF9B8F5) is unknown color: approx Lavender Rose. HEX triplet: F9, B8 and F5. RGB value is (249,184,245). Sum of RGB (Red+Green+Blue) = 249+184+245=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B8F5 is #06470A. Grayscale: #D2D2D2. Windows color (decimal): -411403 or 16103673. OLE color: 16103673.

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

Color convert

RGB249184245-
CMYK00.260.020.02
HSL303.69º84.42%84.9%-
HSV(B)303.69º26.1%97.65%-
XYZ72.6961.0194.33-
YUV210.39147.53155.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.73%
GREEN value IS 184 (72.27% from 255) = 27.14%
BLUE value IS 245 (96.09% from 255) = 36.14%
R=36.73%
G=27.14%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918424500.260.020.02303.6984.4284.9
HexF9B8F501A221305455
Octal37127036503222460124125
Binary111110011011100011110101011010101010011000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B8F5; }

 p { color: rgb(249,184,245); }

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

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

 a { background-color: rgb(249,184,245); }

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

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

 span { border-color: rgb(249,184,245); }

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