#FBBAF4

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

Shades of Lavender Rose #FBBAF4

Tints of Lavender Rose #FBBAF4

Color information

#FBBAF4 (or 0xFBBAF4) is unknown color: approx Lavender Rose. HEX triplet: FB, BA and F4. RGB value is (251,186,244). Sum of RGB (Red+Green+Blue) = 251+186+244=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 186 (73.05% from 255 or 27.31% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBAF4 is #04450B. Grayscale: #D3D3D3. Windows color (decimal): -279820 or 16038651. OLE color: 16038651.

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

Color convert

RGB251186244-
CMYK00.260.030.02
HSL306.46º89.04%85.69%-
HSV(B)306.46º25.9%98.43%-
XYZ73.6762.1693.7-
YUV212.05146.03155.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 186 (73.05% from 255) = 27.31%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=36.86%
G=27.31%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118624400.260.030.02306.4689.0485.69
HexFBBAF401A321325956
Octal37327236403232462131126
Binary111110111011101011110100011010111010011001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBAF4; }

 p { color: rgb(251,186,244); }

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

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

 a { background-color: rgb(251,186,244); }

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

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

 span { border-color: rgb(251,186,244); }

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