#FBB0F3

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

Shades of Lavender Rose #FBB0F3

Tints of Lavender Rose #FBB0F3

Color information

#FBB0F3 (or 0xFBB0F3) is unknown color: approx Lavender Rose. HEX triplet: FB, B0 and F3. RGB value is (251,176,243). Sum of RGB (Red+Green+Blue) = 251+176+243=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0F3 is #044F0C. Grayscale: #CDCDCD. Windows color (decimal): -282381 or 15970555. OLE color: 15970555.

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

Color convert

RGB251176243-
CMYK00.300.030.02
HSL306.4º90.36%83.73%-
HSV(B)306.4º29.88%98.43%-
XYZ71.4958.0392.23-
YUV206.06148.85160.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 176 (69.14% from 255) = 26.27%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=37.46%
G=26.27%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117624300.300.030.02306.490.3683.73
HexFBB0F301E321325a54
Octal37326036303632462132124
Binary111110111011000011110011011110111010011001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0F3; }

 p { color: rgb(251,176,243); }

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

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

 a { background-color: rgb(251,176,243); }

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

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

 span { border-color: rgb(251,176,243); }

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