#FBBDF0

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

Shades of Lavender Rose #FBBDF0

Tints of Lavender Rose #FBBDF0

Color information

#FBBDF0 (or 0xFBBDF0) is unknown color: approx Lavender Rose. HEX triplet: FB, BD and F0. RGB value is (251,189,240). Sum of RGB (Red+Green+Blue) = 251+189+240=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF0 is #04420F. Grayscale: #D5D5D5. Windows color (decimal): -279056 or 15777275. OLE color: 15777275.

HSL color Cylindrical-coordinate representation of color #FBBDF0: hue angle of 310.65º 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 #FBBDF0 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251189240-
CMYK00.250.040.02
HSL310.65º88.57%86.27%-
HSV(B)310.65º24.7%98.43%-
XYZ73.7163.290.75-
YUV213.35143.04154.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 189 (74.22% from 255) = 27.79%
BLUE value IS 240 (94.14% from 255) = 35.29%
R=36.91%
G=27.79%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118924000.250.040.02310.6588.5786.27
HexFBBDF0019421375956
Octal37327536003142467131126
Binary1111101110111101111100000110011001010011011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDF0; }

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

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

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

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

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

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

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

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