#FBBDF4

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

Shades of Lavender Rose #FBBDF4

Tints of Lavender Rose #FBBDF4

Color information

#FBBDF4 (or 0xFBBDF4) is unknown color: approx Lavender Rose. HEX triplet: FB, BD and F4. RGB value is (251,189,244). Sum of RGB (Red+Green+Blue) = 251+189+244=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 189 (74.22% from 255 or 27.63% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF4 is #04420B. Grayscale: #D5D5D5. Windows color (decimal): -279052 or 16039419. OLE color: 16039419.

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

Color convert

RGB251189244-
CMYK00.250.030.02
HSL306.77º88.57%86.27%-
HSV(B)306.77º24.7%98.43%-
XYZ74.3163.4493.92-
YUV213.81145.04154.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 189 (74.22% from 255) = 27.63%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=36.70%
G=27.63%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118924400.250.030.02306.7788.5786.27
HexFBBDF4019321335956
Octal37327536403132463131126
Binary111110111011110111110100011001111010011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDF4; }

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

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

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

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

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

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

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

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