#FBBDF3

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

Shades of Lavender Rose #FBBDF3

Tints of Lavender Rose #FBBDF3

Color information

#FBBDF3 (or 0xFBBDF3) is unknown color: approx Lavender Rose. HEX triplet: FB, BD and F3. RGB value is (251,189,243). Sum of RGB (Red+Green+Blue) = 251+189+243=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF3 is #04420C. Grayscale: #D5D5D5. Windows color (decimal): -279053 or 15973883. OLE color: 15973883.

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

Color convert

RGB251189243-
CMYK00.250.030.02
HSL307.74º88.57%86.27%-
HSV(B)307.74º24.7%98.43%-
XYZ74.1663.3893.12-
YUV213.69144.54154.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 189 (74.22% from 255) = 27.67%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=36.75%
G=27.67%
B=35.58%

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
Decimal25118924300.250.030.02307.7488.5786.27
HexFBBDF3019321345956
Octal37327536303132464131126
Binary111110111011110111110011011001111010011010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDF3; }

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

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

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

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

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

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

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

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