#FBB3EF

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

Shades of Lavender Rose #FBB3EF

Tints of Lavender Rose #FBB3EF

Color information

#FBB3EF (or 0xFBB3EF) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and EF. RGB value is (251,179,239). Sum of RGB (Red+Green+Blue) = 251+179+239=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3EF is #044C10. Grayscale: #CFCFCF. Windows color (decimal): -281617 or 15709179. OLE color: 15709179.

HSL color Cylindrical-coordinate representation of color #FBB3EF: hue angle of 310º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3EF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251179239-
CMYK00.290.050.02
HSL310º90%84.31%-
HSV(B)310º28.69%98.43%-
XYZ71.4858.9889.28-
YUV207.37145.85159.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 179 (70.31% from 255) = 26.76%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=37.52%
G=26.76%
B=35.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117923900.290.050.023109084.31
HexFBB3EF01D521365a54
Octal37326335703552466132124
Binary1111101110110011111011110111011011010011011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3EF; }

 p { color: rgb(251,179,239); }

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

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

 a { background-color: rgb(251,179,239); }

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

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

 span { border-color: rgb(251,179,239); }

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