#FBB4F7

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

Shades of Lavender Rose #FBB4F7

Tints of Lavender Rose #FBB4F7

Color information

#FBB4F7 (or 0xFBB4F7) is unknown color: approx Lavender Rose. HEX triplet: FB, B4 and F7. RGB value is (251,180,247). Sum of RGB (Red+Green+Blue) = 251+180+247=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 180 (70.70% from 255 or 26.55% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB4F7 is #044B08. Grayscale: #D0D0D0. Windows color (decimal): -281353 or 16233723. OLE color: 16233723.

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

Color convert

RGB251180247-
CMYK00.280.020.02
HSL303.38º89.87%84.51%-
HSV(B)303.38º28.29%98.43%-
XYZ72.8959.8795.71-
YUV208.87149.52158.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 180 (70.70% from 255) = 26.55%
BLUE value IS 247 (96.88% from 255) = 36.43%
R=37.02%
G=26.55%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118024700.280.020.02303.3889.8784.51
HexFBB4F701C2212f5a55
Octal37326436703422457132125
Binary111110111011010011110111011100101010010111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB4F7; }

 p { color: rgb(251,180,247); }

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

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

 a { background-color: rgb(251,180,247); }

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

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

 span { border-color: rgb(251,180,247); }

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