#FBBBF7

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

Shades of Lavender Rose #FBBBF7

Tints of Lavender Rose #FBBBF7

Color information

#FBBBF7 (or 0xFBBBF7) is unknown color: approx Lavender Rose. HEX triplet: FB, BB and F7. RGB value is (251,187,247). Sum of RGB (Red+Green+Blue) = 251+187+247=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF7 is #044408. Grayscale: #D4D4D4. Windows color (decimal): -279561 or 16235515. OLE color: 16235515.

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

Color convert

RGB251187247-
CMYK00.250.020.02
HSL303.75º88.89%85.88%-
HSV(B)303.75º25.5%98.43%-
XYZ74.3462.7796.19-
YUV212.98147.2155.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 187 (73.44% from 255) = 27.30%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=36.64%
G=27.30%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118724700.250.020.02303.7588.8985.88
HexFBBBF7019221305956
Octal37327336703122460131126
Binary111110111011101111110111011001101010011000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBF7; }

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

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

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

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

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

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

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

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