#FBB8ED

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

Shades of Lavender Rose #FBB8ED

Tints of Lavender Rose #FBB8ED

Color information

#FBB8ED (or 0xFBB8ED) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and ED. RGB value is (251,184,237). Sum of RGB (Red+Green+Blue) = 251+184+237=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8ED is #044712. Grayscale: #D1D1D1. Windows color (decimal): -280339 or 15579387. OLE color: 15579387.

HSL color Cylindrical-coordinate representation of color #FBB8ED: hue angle of 312.54º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB8ED is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251184237-
CMYK00.270.060.02
HSL312.54º89.33%85.29%-
HSV(B)312.54º26.69%98.43%-
XYZ72.2160.988.07-
YUV210.08143.2157.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 184 (72.27% from 255) = 27.38%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=37.35%
G=27.38%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118423700.270.060.02312.5489.3385.29
HexFBB8ED01B621395955
Octal37327035503362471131125
Binary1111101110111000111011010110111101010011100110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8ED; }

 p { color: rgb(251,184,237); }

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

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

 a { background-color: rgb(251,184,237); }

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

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

 span { border-color: rgb(251,184,237); }

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