#FBB3F8

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

Shades of Lavender Rose #FBB3F8

Tints of Lavender Rose #FBB3F8

Color information

#FBB3F8 (or 0xFBB3F8) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and F8. RGB value is (251,179,248). Sum of RGB (Red+Green+Blue) = 251+179+248=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 179 (70.31% from 255 or 26.40% from 678); Blue value is 248 (97.27% from 255 or 36.58% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3F8 is #044C07. Grayscale: #D0D0D0. Windows color (decimal): -281608 or 16299003. OLE color: 16299003.

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

Color convert

RGB251179248-
CMYK00.290.010.02
HSL302.5º90%84.31%-
HSV(B)302.5º28.69%98.43%-
XYZ72.8559.5396.46-
YUV208.39150.35158.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 179 (70.31% from 255) = 26.40%
BLUE value IS 248 (97.27% from 255) = 36.58%
R=37.02%
G=26.40%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117924800.290.010.02302.59084.31
HexFBB3F801D1212e5a54
Octal37326337003512456132124
Binary11111011101100111111100001110111010010111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3F8; }

 p { color: rgb(251,179,248); }

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

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

 a { background-color: rgb(251,179,248); }

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

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

 span { border-color: rgb(251,179,248); }

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