#FBB1ED

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

Shades of Lavender Rose #FBB1ED

Tints of Lavender Rose #FBB1ED

Color information

#FBB1ED (or 0xFBB1ED) is unknown color: approx Lavender Rose. HEX triplet: FB, B1 and ED. RGB value is (251,177,237). Sum of RGB (Red+Green+Blue) = 251+177+237=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1ED is #044E12. Grayscale: #CDCDCD. Windows color (decimal): -282131 or 15577595. OLE color: 15577595.

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

Color convert

RGB251177237-
CMYK00.290.060.02
HSL311.35º90.24%83.92%-
HSV(B)311.35º29.48%98.43%-
XYZ70.7958.0787.6-
YUV205.97145.52160.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.74%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=37.74%
G=26.62%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117723700.290.060.02311.3590.2483.92
HexFBB1ED01D621375a54
Octal37326135503562467132124
Binary1111101110110001111011010111011101010011011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1ED; }

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

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

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

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

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

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

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

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