#FBB9F4

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

Shades of Lavender Rose #FBB9F4

Tints of Lavender Rose #FBB9F4

Color information

#FBB9F4 (or 0xFBB9F4) is unknown color: approx Lavender Rose. HEX triplet: FB, B9 and F4. RGB value is (251,185,244). Sum of RGB (Red+Green+Blue) = 251+185+244=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9F4 is #04460B. Grayscale: #D3D3D3. Windows color (decimal): -280076 or 16038395. OLE color: 16038395.

HSL color Cylindrical-coordinate representation of color #FBB9F4: hue angle of 306.36º degrees, saturation: 0.89, 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 #FBB9F4 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251185244-
CMYK00.260.030.02
HSL306.36º89.19%85.49%-
HSV(B)306.36º26.29%98.43%-
XYZ73.4661.7493.63-
YUV211.46146.37156.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 185 (72.66% from 255) = 27.21%
BLUE value IS 244 (95.70% from 255) = 35.88%
R=36.91%
G=27.21%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118524400.260.030.02306.3689.1985.49
HexFBB9F401A321325955
Octal37327136403232462131125
Binary111110111011100111110100011010111010011001010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9F4; }

 p { color: rgb(251,185,244); }

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

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

 a { background-color: rgb(251,185,244); }

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

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

 span { border-color: rgb(251,185,244); }

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