#FBACEE

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

Shades of Lavender Rose #FBACEE

Tints of Lavender Rose #FBACEE

Color information

#FBACEE (or 0xFBACEE) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and EE. RGB value is (251,172,238). Sum of RGB (Red+Green+Blue) = 251+172+238=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACEE is #045311. Grayscale: #CACACA. Windows color (decimal): -283410 or 15641851. OLE color: 15641851.

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

Color convert

RGB251172238-
CMYK00.310.050.02
HSL309.87º90.8%82.94%-
HSV(B)309.87º31.47%98.43%-
XYZ69.9756.1988.05-
YUV203.14147.67162.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 172 (67.58% from 255) = 26.02%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=37.97%
G=26.02%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117223800.310.050.02309.8790.882.94
HexFBACEE01F521365b53
Octal37325435603752466133123
Binary1111101110101100111011100111111011010011011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACEE; }

 p { color: rgb(251,172,238); }

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

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

 a { background-color: rgb(251,172,238); }

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

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

 span { border-color: rgb(251,172,238); }

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