#FBB8F0

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

Shades of Lavender Rose #FBB8F0

Tints of Lavender Rose #FBB8F0

Color information

#FBB8F0 (or 0xFBB8F0) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and F0. RGB value is (251,184,240). Sum of RGB (Red+Green+Blue) = 251+184+240=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 184 (72.27% from 255 or 27.26% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8F0 is #04470F. Grayscale: #D2D2D2. Windows color (decimal): -280336 or 15775995. OLE color: 15775995.

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

Color convert

RGB251184240-
CMYK00.270.040.02
HSL309.85º89.33%85.29%-
HSV(B)309.85º26.69%98.43%-
XYZ72.6561.0890.4-
YUV210.42144.7156.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 184 (72.27% from 255) = 27.26%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=37.19%
G=27.26%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118424000.270.040.02309.8589.3385.29
HexFBB8F001B421365955
Octal37327036003342466131125
Binary1111101110111000111100000110111001010011011010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8F0; }

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

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

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

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

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

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

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

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