#FBB8FC

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

Shades of Lavender Rose #FBB8FC

Tints of Lavender Rose #FBB8FC

Color information

#FBB8FC (or 0xFBB8FC) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and FC. RGB value is (251,184,252). Sum of RGB (Red+Green+Blue) = 251+184+252=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8FC is #044703. Grayscale: #D3D3D3. Windows color (decimal): -280324 or 16562427. OLE color: 16562427.

HSL color Cylindrical-coordinate representation of color #FBB8FC: hue angle of 299.12º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8FC is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251184252-
CMYK0.000.2700.01
HSL299.12º91.89%85.49%-
HSV(B)299.12º26.98%98.82%-
XYZ74.4961.82100.1-
YUV211.78150.7155.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 184 (72.27% from 255) = 26.78%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=36.54%
G=26.78%
B=36.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511842520.000.2700.01299.1291.8985.49
HexFBB8FC01B0112b5c55
Octal37327037403301453134125
Binary1111101110111000111111000110110110010101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8FC; }

 p { color: rgb(251,184,252); }

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

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

 a { background-color: rgb(251,184,252); }

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

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

 span { border-color: rgb(251,184,252); }

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