#FBB8EF

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

Shades of Lavender Rose #FBB8EF

Tints of Lavender Rose #FBB8EF

Color information

#FBB8EF (or 0xFBB8EF) is unknown color: approx Lavender Rose. HEX triplet: FB, B8 and EF. RGB value is (251,184,239). Sum of RGB (Red+Green+Blue) = 251+184+239=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 184 (72.27% from 255 or 27.30% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB8EF is #044710. Grayscale: #D2D2D2. Windows color (decimal): -280337 or 15710459. OLE color: 15710459.

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

Color convert

RGB251184239-
CMYK00.270.050.02
HSL310.75º89.33%85.29%-
HSV(B)310.75º26.69%98.43%-
XYZ72.561.0289.62-
YUV210.3144.2157.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.24%
GREEN value IS 184 (72.27% from 255) = 27.30%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=37.24%
G=27.30%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118423900.270.050.02310.7589.3385.29
HexFBB8EF01B521375955
Octal37327035703352467131125
Binary1111101110111000111011110110111011010011011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8EF; }

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

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

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

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

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

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

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

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