#FBBDF6

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

Shades of Lavender Rose #FBBDF6

Tints of Lavender Rose #FBBDF6

Color information

#FBBDF6 (or 0xFBBDF6) is unknown color: approx Lavender Rose. HEX triplet: FB, BD and F6. RGB value is (251,189,246). Sum of RGB (Red+Green+Blue) = 251+189+246=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF6 is #044209. Grayscale: #D5D5D5. Windows color (decimal): -279050 or 16170491. OLE color: 16170491.

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

Color convert

RGB251189246-
CMYK00.250.020.02
HSL304.84º88.57%86.27%-
HSV(B)304.84º24.7%98.43%-
XYZ74.6263.5695.52-
YUV214.04146.04154.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 189 (74.22% from 255) = 27.55%
BLUE value IS 246 (96.48% from 255) = 35.86%
R=36.59%
G=27.55%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118924600.250.020.02304.8488.5786.27
HexFBBDF6019221315956
Octal37327536603122461131126
Binary111110111011110111110110011001101010011000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDF6; }

 p { color: rgb(251,189,246); }

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

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

 a { background-color: rgb(251,189,246); }

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

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

 span { border-color: rgb(251,189,246); }

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