#FBB3EA

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

Shades of Lavender Rose #FBB3EA

Tints of Lavender Rose #FBB3EA

Color information

#FBB3EA (or 0xFBB3EA) is unknown color: approx Lavender Rose. HEX triplet: FB, B3 and EA. RGB value is (251,179,234). Sum of RGB (Red+Green+Blue) = 251+179+234=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 179 (70.31% from 255 or 26.96% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB3EA is #044C15. Grayscale: #CECECE. Windows color (decimal): -281622 or 15381499. OLE color: 15381499.

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

Color convert

RGB251179234-
CMYK00.290.070.02
HSL314.17º90%84.31%-
HSV(B)314.17º28.69%98.43%-
XYZ70.7658.6985.44-
YUV206.8143.35159.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 179 (70.31% from 255) = 26.96%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=37.80%
G=26.96%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117923400.290.070.02314.179084.31
HexFBB3EA01D7213a5a54
Octal37326335203572472132124
Binary1111101110110011111010100111011111010011101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB3EA; }

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

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

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

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

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

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

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

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